From 5f3b973d9a6c02124aa676590b33f8cda79f4fbe Mon Sep 17 00:00:00 2001 From: BBasile Date: Wed, 28 Nov 2018 00:12:58 +0100 Subject: [PATCH] fix #721 - prevent crash caused by DMD inliner (#726) fix #721 - prevent crash caused by DMD inliner merged-on-behalf-of: BBasile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 8379b6c..ae58c77 100644 --- a/makefile +++ b/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