Removed the debug messages
This commit is contained in:
parent
397ad77532
commit
1e073c91cd
|
@ -47,8 +47,7 @@ case $1 in
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Linker: $CC -v $OPTIONS"
|
$CC $OPTIONS
|
||||||
$CC -v $OPTIONS
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue