diff options
author | Anselm R Garbe <anselm@garbe.us> | 2010-03-31 23:24:22 +0100 |
---|---|---|
committer | Anselm R Garbe <anselm@garbe.us> | 2010-03-31 23:24:22 +0100 |
commit | d6bdd03d915ecb800444986503b43aa488a82e36 (patch) | |
tree | bbf14fb2baa2460297abc904a8b8eea2145e5bbd /config.mk | |
parent | 1144e983949878ea75e5d40e93b063ff7d1e1150 (diff) | |
download | dwm-d6bdd03d915ecb800444986503b43aa488a82e36.tar.gz |
it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug code
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.mk b/config.mk index f17664f..303984d 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}\" |