diff options
| author | nyamatongwe <unknown> | 2001-05-11 00:39:56 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2001-05-11 00:39:56 +0000 |
| commit | 94eccf378241a5cefbfe7cec6734694cc85ee8b8 (patch) | |
| tree | 73b6b01aa416c826327ccfebe39fd6df7a2fd150 | |
| parent | 709a9614802137c7293b211f2c316bc6770d8990 (diff) | |
| download | scintilla-mirror-94eccf378241a5cefbfe7cec6734694cc85ee8b8.tar.gz | |
Changed options for MSVC to compile for small size.
| -rw-r--r-- | win32/scintilla.mak | 3 |
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 |
