diff options
author | nyamatongwe <devnull@localhost> | 2000-05-08 14:51:43 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-05-08 14:51:43 +0000 |
commit | 5d1a4d1dbdaa39bd84383f232445797d451fcf25 (patch) | |
tree | 6560393db340c3dd6c98a49c6468cbfa36973c78 | |
parent | 1853d5de09862ab4848c9fa41efdd1e8770c1b33 (diff) | |
download | scintilla-mirror-5d1a4d1dbdaa39bd84383f232445797d451fcf25.tar.gz |
Optimise for size.
No parenthesis warning as it triggers inside standard MAKELONG macro.
-rw-r--r-- | win32/makefile_bor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile_bor b/win32/makefile_bor index 5829b4ca5..9f4e948c1 100644 --- a/win32/makefile_bor +++ b/win32/makefile_bor @@ -15,7 +15,7 @@ LEXCOMPONENT = ..\bin\SciLexer.dll LDFLAGS = import32 cw32mt INCLUDEDIRS=-I../include -I../src -CXXFLAGS = -P -tWM -w -RT- -x- -v +CXXFLAGS = -P -O1 -tWM -w -w-prc -RT- -x- -v .cxx.obj: $(CC) $(INCLUDEDIRS) $(CXXFLAGS) -c $*.cxx |