fix #721 - prevent crash caused by DMD inliner merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
parent
c57a944506
commit
5f3b973d9a
2
makefile
2
makefile
|
@ -25,7 +25,7 @@ INCLUDE_PATHS = \
|
||||||
-Istdx-allocator/source
|
-Istdx-allocator/source
|
||||||
VERSIONS =
|
VERSIONS =
|
||||||
DEBUG_VERSIONS = -version=dparse_verbose
|
DEBUG_VERSIONS = -version=dparse_verbose
|
||||||
DMD_FLAGS = -w -inline -release -O -Jbin -od${OBJ_DIR} -version=StdLoggerDisableWarning
|
DMD_FLAGS = -w -release -O -Jbin -od${OBJ_DIR} -version=StdLoggerDisableWarning
|
||||||
DMD_TEST_FLAGS = -w -g -Jbin -version=StdLoggerDisableWarning
|
DMD_TEST_FLAGS = -w -g -Jbin -version=StdLoggerDisableWarning
|
||||||
override LDC_FLAGS += -O5 -release -oq
|
override LDC_FLAGS += -O5 -release -oq
|
||||||
override GDC_FLAGS += -O3 -frelease
|
override GDC_FLAGS += -O3 -frelease
|
||||||
|
|
Loading…
Reference in New Issue