all repos — dwm @ 1dcb18c124d28515f896f6e929ea317d33b72923

my dwm build

uncommented DEBUG CFLGAS/LDFLAGS
arg@suckless.org unknown
Wed, 17 Oct 2007 12:28:34 +0200
commit

1dcb18c124d28515f896f6e929ea317d33b72923

parent

206eb344e2efcb29922b5b89f7b11f227d701240

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M config.mkconfig.mk

@@ -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}\"