19 lines
563 B
Bash
Executable File
19 lines
563 B
Bash
Executable File
#dmd *.d stdx/d/*.d -release -inline -noboundscheck -O -w -wi -m64 -property -ofdscanner-dmd
|
|
dmd\
|
|
main.d\
|
|
stats.d\
|
|
imports.d\
|
|
highlighter.d\
|
|
ctags.d\
|
|
astprinter.d\
|
|
formatter.d\
|
|
outliner.d\
|
|
stdx/*.d\
|
|
stdx/d/*.d\
|
|
datapicked/dpick/buffer/*.d\
|
|
-Idatapicked\
|
|
-g -m64 -wi -ofdscanner
|
|
#ldc2 main.d stats.d imports.d highlighter.d ctags.d astprinter.d formatter.d outliner.d stdx/*.d stdx/d/*.d -of=dscanner-ldc -m64 -oq
|
|
#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
|