uncommented DEBUG CFLGAS/LDFLAGS - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 1dcb18c124d28515f896f6e929ea317d33b72923 DIR parent 206eb344e2efcb29922b5b89f7b11f227d701240 HTML Author: arg@suckless.org <unknown> Date: Wed, 17 Oct 2007 12:28:34 +0200 uncommented DEBUG CFLGAS/LDFLAGS Diffstat: M config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- DIR diff --git 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}\" -LDFLAGS = -g ${LIBS} +#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" +#LDFLAGS = -g ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"