X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/14babdacbde141401ef82ccced25e24ec201344b..b4e307abd5e0e6f29d5726ac65878db14c4f07ae:/src/gc/basic/posix.mak diff --git a/src/gc/basic/posix.mak b/src/gc/basic/posix.mak index adf9942..0021e9c 100644 --- a/src/gc/basic/posix.mak +++ b/src/gc/basic/posix.mak @@ -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