summaryrefslogtreecommitdiff
path: root/msvcc.sh
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-03-27 11:36:04 -0400
committerAnthony Green <green@moxielogic.com>2018-03-27 11:36:04 -0400
commita2326aaf561798c3bfd5e464b16693a094bf6c45 (patch)
tree65fd94e7d260e99b9aea9927f8576e62720ee37d /msvcc.sh
parent85b6b209d7984667ce7d00351fe7e79ef6c4930c (diff)
downloadlibffi-a2326aaf561798c3bfd5e464b16693a094bf6c45.tar.gz
Remove debug output
Diffstat (limited to 'msvcc.sh')
-rwxr-xr-xmsvcc.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/msvcc.sh b/msvcc.sh
index 86de34d..f570eb0 100755
--- a/msvcc.sh
+++ b/msvcc.sh
@@ -243,11 +243,6 @@ if [ -n "$linkargs" ]; then
args="$args /link $linkargs"
fi
-echo *******************************************************************************************
-echo $args
-echo *******************************************************************************************
-
-
if [ -n "$static_crt" ]; then
md=-MT
else