# HG changeset patch # User arg@suckless.org # Date 1192616914 -7200 # Node ID 20ace4ebfd8657d3941c5a5f4d7bf4c9f44ba705 # Parent a8efbb301ef4c9d86a9b35eb7fb54e9964eaa3dc uncommented DEBUG CFLGAS/LDFLAGS diff -r a8efbb301ef4 -r 20ace4ebfd86 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}\"