# HG changeset patch # User Christian Kamm # Date 1216837655 -7200 # Node ID 1fd4cacea60e7ed9bbfd3178834beea3ae8b9c37 # Parent c4e7003136abeb072d4b7a948c40e2a35eeec38f# Parent 3f98d46e05a4b33eb8f91d6f0f07754d1d4cdd7e Merge. diff -r 3f98d46e05a4 -r 1fd4cacea60e tests/runtest --- 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"