changeset 120:1a394bc49922

using O3 instead of Os, binary size still < 40kb
author arg@10ksloc.org
date Thu, 20 Jul 2006 10:26:36 +0200
parents fdcb70305839
children eb3165734f00
files config.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config.mk	Thu Jul 20 10:15:05 2006 +0200
+++ b/config.mk	Thu Jul 20 10:26:36 2006 +0200
@@ -13,7 +13,7 @@
 LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11
 
 # Linux/BSD
-CFLAGS = -Os -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
+CFLAGS = -O3 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
 	-DVERSION=\"${VERSION}\"
 LDFLAGS = ${LIBS}
 #CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \