diff tests/runtest @ 385:c4e7003136ab

Remove -O0 from command line for compiling tests.
author Christian Kamm <kamm incasoftware de>
date Wed, 23 Jul 2008 20:19:58 +0200
parents d7e42b5d8ccd
children 29dc68c949b0
line wrap: on
line diff
--- 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"