aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-04-12 07:54:54 +0000
committernyamatongwe <devnull@localhost>2002-04-12 07:54:54 +0000
commitc16edeff51bc12711b715b246299bda0d9fcfbe5 (patch)
tree3cb7e8d0d18f374d36f509f9f0d13ddb68f2d789
parent8debc5355a55e7fe0b295c49eff924d73b5b1b6f (diff)
downloadscintilla-mirror-c16edeff51bc12711b715b246299bda0d9fcfbe5.tar.gz
MSVC release build creates debug information.
-rw-r--r--win32/scintilla.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index 897ef2c16..c0d76e01b 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -40,10 +40,10 @@ CXXFLAGS=/TP /W4
# For something scary:/Wp64
CXXDEBUG=/Zi /Od /MDd -DDEBUG
xCXXNDEBUG=/Og /Os /Oy /MD -DNDEBUG
-CXXNDEBUG=/O1 /GL /MT -DNDEBUG
+CXXNDEBUG=/Zi /O1 /GL /MT -DNDEBUG
#CXXNDEBUG=/Ox /MD -DNDEBUG
NAMEFLAG=-Fo
-LDFLAGS=/opt:nowin98 /opt:ref /LTCG
+LDFLAGS=/opt:nowin98 /opt:ref /LTCG /DEBUG
LDDEBUG=/DEBUG
LIBS=KERNEL32.lib USER32.lib GDI32.lib IMM32.lib OLE32.LIB