diff options
-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 |