diff options
author | garbeam@gmail.com <unknown> | 2011-07-10 21:24:17 +0100 |
---|---|---|
committer | garbeam@gmail.com <unknown> | 2011-07-10 21:24:17 +0100 |
commit | cd8bb06af514ed9a30c0786b70c1d6ee6afb68c8 (patch) | |
tree | f5d5452789f690fbf0cc56934c3000bf95ba3e44 | |
parent | 3150a8a1beef1884365210e0e4d18b2599269a78 (diff) | |
download | dwm-cd8bb06af514ed9a30c0786b70c1d6ee6afb68c8.tar.gz |
enabled release flags 5.9
-rw-r--r-- | config.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.mk b/config.mk index 7c993ff..16ffac3 100644 --- a/config.mk +++ b/config.mk @@ -20,10 +20,10 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS} # flags CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} -#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -LDFLAGS = -g ${LIBS} -#LDFLAGS = -s ${LIBS} +#CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +#LDFLAGS = -g ${LIBS} +LDFLAGS = -s ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" |