Actually use DMD_FLAGS

This commit is contained in:
Hackerpilot 2015-05-17 17:14:14 -07:00
parent 4786c1fc1b
commit e961ab14aa
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ debug:
dmdbuild: githash
mkdir -p bin
${DMD} -ofbin/dscanner ${VERSIONS} ${INCLUDE_PATHS} ${SRC} -J.
${DMD} ${DMD_FLAGS} -ofbin/dscanner ${VERSIONS} ${INCLUDE_PATHS} ${SRC} -J.
rm -f bin/dscanner.o
gdcbuild: githash