diff options
author | Christoph Lohmann <20h@r-36.net> | 2012-10-28 13:25:53 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2012-10-28 13:25:53 +0100 |
commit | 53eda6d525899b661a961c97a9e9801ffb583cdb (patch) | |
tree | dcaf4aedf7d7b21afdf989de3a392b1b75e361ad /config.mk | |
parent | 91804d72273e18ab9f4022f3dc1cc7d90eb3fea0 (diff) | |
download | st-53eda6d525899b661a961c97a9e9801ffb583cdb.tar.xz st-53eda6d525899b661a961c97a9e9801ffb583cdb.zip |
Adding a more flexible fontstring handling, shortcuts and a zoom function.
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 |