mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 21:30:14 +03:00
Revert changes to makefile
This commit is contained in:
parent
2601b15601
commit
815dcad5be
1 changed files with 3 additions and 4 deletions
7
makefile
7
makefile
|
@ -27,14 +27,13 @@ INCLUDE_PATHS = \
|
||||||
-Ilibddoc/common/source \
|
-Ilibddoc/common/source \
|
||||||
-Istdx-allocator/source
|
-Istdx-allocator/source
|
||||||
VERSIONS =
|
VERSIONS =
|
||||||
DEBUG_VERSIONS = -version=StdLoggerDisableWarning
|
DEBUG_VERSIONS = -version=dparse_verbose
|
||||||
# DEBUG_VERSIONS = -version=StdLoggerDisableWarning
|
DMD_FLAGS = -w -release -O -Jbin -od${OBJ_DIR} -version=StdLoggerDisableWarning
|
||||||
DMD_FLAGS = -w -g -Jbin -od${OBJ_DIR} -version=StdLoggerDisableWarning
|
|
||||||
override DMD_FLAGS += $(DFLAGS)
|
override DMD_FLAGS += $(DFLAGS)
|
||||||
override LDC_FLAGS += $(DFLAGS)
|
override LDC_FLAGS += $(DFLAGS)
|
||||||
override GDC_FLAGS += $(DFLAGS)
|
override GDC_FLAGS += $(DFLAGS)
|
||||||
DMD_TEST_FLAGS = -w -g -Jbin -version=StdLoggerDisableWarning
|
DMD_TEST_FLAGS = -w -g -Jbin -version=StdLoggerDisableWarning
|
||||||
override LDC_FLAGS += --d-debug -g -oq -d-version=StdLoggerDisableWarning -fsanitize=address -link-defaultlib-debug
|
override LDC_FLAGS += -O5 -release -oq -d-version=StdLoggerDisableWarning
|
||||||
override GDC_FLAGS += -O3 -frelease -d-version=StdLoggerDisableWarning
|
override GDC_FLAGS += -O3 -frelease -d-version=StdLoggerDisableWarning
|
||||||
SHELL:=/usr/bin/env bash
|
SHELL:=/usr/bin/env bash
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue