aboutsummaryrefslogtreecommitdiff
path: root/makefile.before
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.before')
-rw-r--r--makefile.before4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.before b/makefile.before
index 5e047225b..3f7a3b723 100644
--- a/makefile.before
+++ b/makefile.before
@@ -42,9 +42,9 @@ OBJDIR ?= obj\$(OBJDIRPREFIX)debug
DEFINES += _DEBUG DEBUG
RCFLAGS += -d "_DEBUG"
else
-CCFLAGS += -MD -O2 -Ob2 -Oi -Ox -Oy -Ot
+CCFLAGS += -MD -O2 -Ob2 -Oi -Ox -Oy -Ot -Zi
DEFINES += NDEBUG
-LINKFLAGS += /OPT:REF /OPT:ICF
+LINKFLAGS += /OPT:REF /OPT:ICF /DEBUG
OBJDIR ?= obj\$(OBJDIRPREFIX)release
RCFLAGS += -d "NDEBUG"
endif