Remove -O0 from command line for compiling tests.

This commit is contained in:
Christian Kamm
2008-07-23 20:19:58 +02:00
parent c26f33f0bf
commit 9a9e47957b

View File

@@ -38,7 +38,7 @@ echo
if [ -z "$DMD" ] ; then
echo "Testing with llvmdc. Set DMD environment variable to select compiler."
DMD="llvmdc -O0 -I$BASEPATH/testincludes -L$BASEPATH/testincludes/libtangobos-partial.a"
DMD="llvmdc -I$BASEPATH/testincludes -L$BASEPATH/testincludes/libtangobos-partial.a"
echo "Default is $DMD"
else
echo "Using compiler given by DMD environment variable: $DMD"