mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
Fix debug build
This commit is contained in:
parent
05cc5bf635
commit
16d76d8b05
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -20,7 +20,7 @@ githash:
|
||||||
git log -1 --format="%H" > githash.txt
|
git log -1 --format="%H" > githash.txt
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
${DMD} -w -g -ofdsc ${VERSIONS} ${DEBUG_VERSIONS} ${INCLUDE_PATHS} ${SRC}
|
${DMD} -w -g -ofdsc ${VERSIONS} ${DEBUG_VERSIONS} ${INCLUDE_PATHS} ${SRC} -J.
|
||||||
|
|
||||||
dmdbuild: githash
|
dmdbuild: githash
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue