aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-05-11 00:39:56 +0000
committernyamatongwe <devnull@localhost>2001-05-11 00:39:56 +0000
commit17cae950f3e55b309f1d7da372519810c7ff9619 (patch)
tree73b6b01aa416c826327ccfebe39fd6df7a2fd150
parent7c12d8a6ea15b85adbd11be5d6ac19344afe1263 (diff)
downloadscintilla-mirror-17cae950f3e55b309f1d7da372519810c7ff9619.tar.gz
Changed options for MSVC to compile for small size.
-rw-r--r--win32/scintilla.mak3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index 89596d045..bd89c0736 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -39,7 +39,8 @@ INCLUDEDIRS=-I ../include -I ../src
CXXFLAGS=/TP /W4
# For something scary:/Wp64
CXXDEBUG=/Zi /Od /MDd -DDEBUG
-CXXNDEBUG=/Ox /MD -DNDEBUG
+CXXNDEBUG=/Og /Os /Oy /MD -DNDEBUG
+#CXXNDEBUG=/Ox /MD -DNDEBUG
NAMEFLAG=-Fo
LDFLAGS=/opt:nowin98
LDDEBUG=/DEBUG