# HG changeset patch # User Christian Kamm # Date 1216837198 -7200 # Node ID c4e7003136abeb072d4b7a948c40e2a35eeec38f # Parent c028fd91b3b0f09d8dbb408e9f318a7e2966a3de Remove -O0 from command line for compiling tests. diff -r c028fd91b3b0 -r c4e7003136ab tests/runtest --- a/tests/runtest Wed Jul 23 18:53:44 2008 +0200 +++ b/tests/runtest Wed Jul 23 20:19:58 2008 +0200 @@ -38,7 +38,7 @@ 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"