diff options
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil -lXext -lXft -lfontconfig  # flags  CPPFLAGS = -DVERSION=\"${VERSION}\" -CFLAGS += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -LDFLAGS += -s ${LIBS} +CFLAGS += -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +LDFLAGS += -g ${LIBS}  # compiler and linker  CC ?= cc  | 
