changeset 386:1fd4cacea60e

Merge.
author Christian Kamm <kamm incasoftware de>
date Wed, 23 Jul 2008 20:27:35 +0200
parents c4e7003136ab (diff) 3f98d46e05a4 (current diff)
children cbb65e65236b 869d08aaf336
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/runtest	Wed Jul 23 20:21:18 2008 +0200
+++ b/tests/runtest	Wed Jul 23 20:27:35 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"