Fix debug build

This commit is contained in:
Hackerpilot 2015-02-01 00:29:01 -08:00
parent 05cc5bf635
commit 16d76d8b05
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ githash:
git log -1 --format="%H" > githash.txt
debug:
${DMD} -w -g -ofdsc ${VERSIONS} ${DEBUG_VERSIONS} ${INCLUDE_PATHS} ${SRC}
${DMD} -w -g -ofdsc ${VERSIONS} ${DEBUG_VERSIONS} ${INCLUDE_PATHS} ${SRC} -J.
dmdbuild: githash
mkdir -p bin