changeset 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 c028fd91b3b0
children 1fd4cacea60e
files tests/runtest
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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"