X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=bd6ff8e7a7a0a3dce9759d37873c4748b86602e4;hb=25c1eb28f955adf241226596335f5d73b28620a0;hp=43c324b557159d74f0e2393986d8c91d02d0f013;hpb=f27ccc5c60e4518c90f33bb20e68ea7bb23a2947;p=dwm.git diff --git a/config.mk b/config.mk index 43c324b..bd6ff8e 100644 --- a/config.mk +++ b/config.mk @@ -20,8 +20,10 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS} # flags CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -LDFLAGS = -s ${LIBS} +CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} +#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +LDFLAGS = -g ${LIBS} +#LDFLAGS = -s ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"