Updated command line switch

This commit is contained in:
Hackerpilot 2013-08-08 02:41:25 +00:00
parent 1d92494f45
commit 3e3052bd81
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#dmd *.d stdx/d/*.d -release -inline -noboundscheck -O -w -wi -m64 -property -ofdscanner-dmd
dmd *.d stdx/d/*.d -g -m64 -w -wi -ofdscanner
dmd *.d stdx/d/*.d -g -m64 -wi -ofdscanner
#ldc2 -O3 *.d stdx/d/*.d -of=dscanner-ldc -release -m64
#ldc2 *.d stdx/d/*.d -of=dscanner -unittest -m64 -g
#/opt/gdc/bin/gdc -O3 -odscanner-gdc -fno-bounds-check -frelease -m64 *.d stdx/d/*.d