uncommented DEBUG CFLGAS/LDFLAGS
authorarg@suckless.org
Wed, 17 Oct 2007 12:28:34 +0200
changeset 1034 20ace4ebfd86
parent 1033 a8efbb301ef4
child 1035 2034efee9702
uncommented DEBUG CFLGAS/LDFLAGS
config.mk
--- a/config.mk	Wed Oct 17 11:19:14 2007 +0200
+++ b/config.mk	Wed Oct 17 12:28:34 2007 +0200
@@ -17,8 +17,8 @@
 # flags
 CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
 LDFLAGS = -s ${LIBS}
-CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
-LDFLAGS = -g ${LIBS}
+#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
+#LDFLAGS = -g ${LIBS}
 
 # Solaris
 #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"