mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
fix warning about missing object.d when building with make+ldc|gdc (#757)
fix #614
This commit is contained in:
parent
b51ee472fe
commit
139ecc32ee
1 changed files with 2 additions and 2 deletions
4
makefile
4
makefile
|
@ -27,8 +27,8 @@ VERSIONS =
|
|||
DEBUG_VERSIONS = -version=dparse_verbose
|
||||
DMD_FLAGS = -w -release -O -Jbin -od${OBJ_DIR} -version=StdLoggerDisableWarning
|
||||
DMD_TEST_FLAGS = -w -g -Jbin -version=StdLoggerDisableWarning
|
||||
override LDC_FLAGS += -O5 -release -oq
|
||||
override GDC_FLAGS += -O3 -frelease
|
||||
override LDC_FLAGS += -O5 -release -oq -d-version=StdLoggerDisableWarning
|
||||
override GDC_FLAGS += -O3 -frelease -d-version=StdLoggerDisableWarning
|
||||
SHELL:=/bin/bash
|
||||
|
||||
all: dmdbuild
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue