]> git.llucax.com Git - software/druntime.git/blobdiff - src/compiler/dmd/posix.mak
* Removed "-debug" from the list of debug build flags. The purpose of debug builds...
[software/druntime.git] / src / compiler / dmd / posix.mak
index 9ca608d46f140060bfe40915b2cd6fdb726b84c7..dcec213ea51777d0e864ca1852f62fc5596f060b 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