diff options
author | marha <marha@users.sourceforge.net> | 2009-11-17 15:53:57 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-17 15:53:57 +0000 |
commit | 3fce787ffe938bb3e959ff0b3ec231e54d086c76 (patch) | |
tree | 198f537b43a34301bf781c67193c572f6743f925 /makefile.before | |
parent | 236c69d6034b152598ce35abaf3559b0eaa89c12 (diff) | |
parent | 578938f1cdd5a06dd6fa28167d575ec980322a5d (diff) | |
download | vcxsrv-3fce787ffe938bb3e959ff0b3ec231e54d086c76.tar.gz vcxsrv-3fce787ffe938bb3e959ff0b3ec231e54d086c76.tar.bz2 vcxsrv-3fce787ffe938bb3e959ff0b3ec231e54d086c76.zip |
svn merge ^/branches/released
Diffstat (limited to 'makefile.before')
-rw-r--r-- | makefile.before | 4 |
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
|