]> git.llucax.com Git - software/druntime.git/blobdiff - src/gc/basic/posix.mak
* Removed "-debug" from the list of debug build flags. The purpose of debug builds...
[software/druntime.git] / src / gc / basic / posix.mak
index adf99424daa007e1710b4ca4df6b188681cc86bc..0021e9cf59ab61ead2bf4ff6a7092708c0ba4d4f 100644 (file)
@@ -27,11 +27,11 @@ CFLAGS_DEBUG=-g $(ADD_CFLAGS)
 CFLAGS=$(CFLAGS_RELEASE)
 
 DFLAGS_RELEASE=-release -O -inline -w -nofloat $(ADD_DFLAGS)
-DFLAGS_DEBUG=-debug -g -w -nofloat $(ADD_DFLAGS)
+DFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS)
 DFLAGS=$(DFLAGS_RELEASE)
 
 TFLAGS_RELEASE=-O -inline -w  -nofloat $(ADD_DFLAGS)
-TFLAGS_DEBUG=-debug -g -w -nofloat $(ADD_DFLAGS)
+TFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS)
 TFLAGS=$(TFLAGS_RELEASE)
 
 DOCFLAGS=-version=DDoc