diff options
author | Anselm R. Garbe <garbeam@gmail.com> | 2007-08-22 19:02:17 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-08-22 19:02:17 +0200 |
commit | 5762e92994ab30aa5cc6e381e897fe847974b7c5 (patch) | |
tree | e9f5affb6efa23d5a2442081964543c4214997bf /config.mk | |
parent | 36672d0401299a5230b516ca4575365d9f45dd35 (diff) | |
download | dwm-5762e92994ab30aa5cc6e381e897fe847974b7c5.tar.gz |
reverted release CFLAGs
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk index 682bb41..320aea1 100644 --- a/config.mk +++ b/config.mk @@ -20,8 +20,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" LDFLAGS = -s ${LIBS} -CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -LDFLAGS = -g ${LIBS} +#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" +#LDFLAGS = -g ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" |