DCD/build.sh

60 lines
1.0 KiB
Bash
Executable File

dmd -wi client.d\
messages.d\
msgpack-d/src/msgpack.d\
-Imsgpack-d/src\
-release -inline -noboundscheck -O\
-ofdcd-client
dmd \
actypes.d\
astconverter.d\
autocomplete.d\
constants.d\
messages.d\
modulecache.d\
semantic.d\
server.d\
stupidlog.d\
dscanner/stdx/d/ast.d\
dscanner/stdx/d/parser.d\
dscanner/stdx/lexer.d\
dscanner/stdx/d/lexer.d\
dscanner/stdx/d/entities.d\
dscanner/formatter.d\
msgpack-d/src/msgpack.d\
-Imsgpack-d/src\
-Idscanner\
-wi\
-O -release -noboundscheck -inline\
-ofdcd-server
#gdc client.d\
# messages.d\
# msgpack-d/src/msgpack.d\
# -Imsgpack-d/src\
# -O3 -frelease -fno-bounds-check\
# -odcd-client
#
#gdc \
# actypes.d\
# astconverter.d\
# autocomplete.d\
# constants.d\
# messages.d\
# modulecache.d\
# semantic.d\
# server.d\
# stupidlog.d\
# dscanner/stdx/d/ast.d\
# dscanner/stdx/d/parser.d\
# dscanner/stdx/lexer.d\
# dscanner/stdx/d/lexer.d\
# dscanner/stdx/d/entities.d\
# dscanner/formatter.d\
# msgpack-d/src/msgpack.d\
# -Imsgpack-d/src\
# -Idscanner\
# -O3 -frelease -fno-bounds-check\
# -odcd-server