comparison 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
comparison
equal deleted inserted replaced
383:c028fd91b3b0 385:c4e7003136ab
36 echo "Remember to make sure you have an up to date runtime!" 36 echo "Remember to make sure you have an up to date runtime!"
37 echo 37 echo
38 38
39 if [ -z "$DMD" ] ; then 39 if [ -z "$DMD" ] ; then
40 echo "Testing with llvmdc. Set DMD environment variable to select compiler." 40 echo "Testing with llvmdc. Set DMD environment variable to select compiler."
41 DMD="llvmdc -O0 -I$BASEPATH/testincludes -L$BASEPATH/testincludes/libtangobos-partial.a" 41 DMD="llvmdc -I$BASEPATH/testincludes -L$BASEPATH/testincludes/libtangobos-partial.a"
42 echo "Default is $DMD" 42 echo "Default is $DMD"
43 else 43 else
44 echo "Using compiler given by DMD environment variable: $DMD" 44 echo "Using compiler given by DMD environment variable: $DMD"
45 fi 45 fi
46 46