diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-03-05 18:48:33 +0000 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-03-05 18:48:33 +0000 |
commit | 88c8ead3e8a22d311964c2a3ea0e384044f546c9 (patch) | |
tree | 76cbde4a705eea36c65f4b113c4815af0abd290e /config.mk | |
parent | 2e958372200065bff8f19ca88d39e627df4a2f67 (diff) | |
download | dwm-88c8ead3e8a22d311964c2a3ea0e384044f546c9.tar.gz |
removed some more useless clunk
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 96811e0..b63e2ca 100644 --- a/config.mk +++ b/config.mk @@ -17,8 +17,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" LDFLAGS = -s ${LIBS} -CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -DWORK -LDFLAGS = -g ${LIBS} +#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -DWORK +#LDFLAGS = -g ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" |