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 | |||
| 16 | 16 | ||
| 17 | # flags | 17 | # flags |
| 18 | CPPFLAGS = -DVERSION=\"${VERSION}\" | 18 | CPPFLAGS = -DVERSION=\"${VERSION}\" |
| 19 | CFLAGS += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} | 19 | CFLAGS += -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} |
| 20 | LDFLAGS += -s ${LIBS} | 20 | LDFLAGS += -g ${LIBS} |
| 21 | 21 | ||
| 22 | # compiler and linker | 22 | # compiler and linker |
| 23 | CC ?= cc | 23 | CC ?= cc |
