From 4434a3f057c0e6ea7946273587ca40d9f2205516 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 8 May 2000 14:51:43 +0000 Subject: Optimise for size. No parenthesis warning as it triggers inside standard MAKELONG macro. --- win32/makefile_bor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3