mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-12 06:49:02 +02:00
[svn r343] Move object.di used for running dstress into separate directory.
This commit is contained in:
@@ -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"
|
||||
DMD="llvmdc -O0 -I$BASEPATH/testincludes"
|
||||
echo "Default is $DMD"
|
||||
else
|
||||
echo "Using compiler given by DMD environment variable: $DMD"
|
||||
|
||||
Reference in New Issue
Block a user