aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-05-08 14:51:43 +0000
committernyamatongwe <unknown>2000-05-08 14:51:43 +0000
commit4434a3f057c0e6ea7946273587ca40d9f2205516 (patch)
tree6560393db340c3dd6c98a49c6468cbfa36973c78
parent74ffdf473ae7a3f1aafeb85cada9bb0080cece78 (diff)
downloadscintilla-mirror-4434a3f057c0e6ea7946273587ca40d9f2205516.tar.gz
Optimise for size.
No parenthesis warning as it triggers inside standard MAKELONG macro.
-rw-r--r--win32/makefile_bor2
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