menu now also uses -Os

This commit is contained in:
arg@10ksloc.org 2006-08-05 14:57:51 +02:00
parent 2535072fd8
commit 62a7d40746
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# dmenu version
VERSION = 0.1
VERSION = 0.2
# Customize below to fit your system
@ -15,7 +15,7 @@ INCS = -I/usr/lib -I${X11INC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
# flags
CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\"
CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}