]> git.llucax.com Git - software/druntime.git/blobdiff - src/common/win32.mak
* Removed "-debug" from the list of debug build flags. The purpose of debug builds...
[software/druntime.git] / src / common / win32.mak
index 4554680fe3051eb74fa1dae077d464798bb5a271..b05948a8fb91c290b7546ea1b76109b6294db33e 100644 (file)
@@ -23,15 +23,15 @@ ADD_CFLAGS=
 ADD_DFLAGS=\r
 \r
 CFLAGS_RELEASE=-mn -6 -r $(ADD_CFLAGS)\r
-CFLAGS_DEBUG=-D -g -mn -6 -r $(ADD_CFLAGS)\r
+CFLAGS_DEBUG=-g -mn -6 -r $(ADD_CFLAGS)\r
 CFLAGS=$(CFLAGS_RELEASE)\r
 \r
 DFLAGS_RELEASE=-release -O -inline -w -nofloat $(ADD_DFLAGS)\r
-DFLAGS_DEBUG=-debug -g -w -nofloat $(ADD_DFLAGS)\r
+DFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS)\r
 DFLAGS=$(DFLAGS_RELEASE)\r
 \r
 TFLAGS_RELEASE=-O -inline -w  -nofloat $(ADD_DFLAGS)\r
-TFLAGS_DEBUG=-debug -g -w -nofloat $(ADD_DFLAGS)\r
+TFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS)\r
 TFLAGS=$(TFLAGS_RELEASE)\r
 \r
 DOCFLAGS=-version=DDoc\r