mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 05:10:03 +03:00
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
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -25,7 +25,7 @@ INCLUDE_PATHS = \
|
|||
-Istdx-allocator/source
|
||||
VERSIONS =
|
||||
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
|
||||
override LDC_FLAGS += -O5 -release -oq
|
||||
override GDC_FLAGS += -O3 -frelease
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue