mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
Actually use DMD_FLAGS
This commit is contained in:
parent
4786c1fc1b
commit
e961ab14aa
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue