diff options
author | nyamatongwe <unknown> | 2002-04-12 07:54:54 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-04-12 07:54:54 +0000 |
commit | c733bd4a9ada3557ea24a50ba7b218f680502556 (patch) | |
tree | 3cb7e8d0d18f374d36f509f9f0d13ddb68f2d789 | |
parent | ef382da486d078384a8702f8000dfe30289d0158 (diff) | |
download | scintilla-mirror-c733bd4a9ada3557ea24a50ba7b218f680502556.tar.gz |
MSVC release build creates debug information.
-rw-r--r-- | win32/scintilla.mak | 4 |
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 |