From 4187ba40e77ee91ae99b6fb6356cced2eb717d7e Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 4 Mar 2008 17:31:25 -0500 Subject: Modified Makefile option flag to optimize for size; src/Makefile --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 7328b2c6..07db7ba0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -6,7 +6,7 @@ INCLUDEDIRS=-Iscintilla-st/include ifdef DEBUG CXXFLAGS=-DDEBUG -g -DGTK -DSCI_LEXER -W -Wall else -CXXFLAGS=-DNDEBUG -0s -DGTK -DSCI_LEXER -W -Wall +CXXFLAGS=-DNDEBUG -Os -DGTK -DSCI_LEXER -W -Wall endif LEXEROBJS=$(wildcard scintilla-st/gtk/Lex*.o) -- cgit v1.2.3