From 9a9e47957bc3e053d612e8e3664183960fb508ab Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Wed, 23 Jul 2008 20:19:58 +0200 Subject: [PATCH] Remove -O0 from command line for compiling tests. --- tests/runtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtest b/tests/runtest index 1e13ddc6..c6393789 100755 --- a/tests/runtest +++ b/tests/runtest @@ -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"