summaryrefslogtreecommitdiff
path: root/msvcc.sh
diff options
context:
space:
mode:
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