Removed the debug messages

This commit is contained in:
Alvin Moore 2019-07-29 20:41:43 -07:00
parent 397ad77532
commit 1e073c91cd
1 changed files with 1 additions and 2 deletions

View File

@ -47,8 +47,7 @@ case $1 in
fi
;;
*)
echo "Linker: $CC -v $OPTIONS"
$CC -v $OPTIONS
$CC $OPTIONS
;;
esac