diff options
author | arg@10ksloc.org <unknown> | 2006-08-05 14:57:51 +0200 |
---|---|---|
committer | arg@10ksloc.org <unknown> | 2006-08-05 14:57:51 +0200 |
commit | 62a7d4074671ac8dd37d3c2640eae5e488741a16 (patch) | |
tree | f2f48379faec4a29d956ff035596149eb9bdb846 /config.mk | |
parent | 2535072fd81839326621851b9052375d11d11de5 (diff) |
menu now also uses -Os
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |