diff options
| author | Enno Boland (tox) <tox@s01.de> | 2009-10-28 20:09:53 +0100 |
|---|---|---|
| committer | Enno Boland (tox) <tox@s01.de> | 2009-10-28 20:09:53 +0100 |
| commit | 907f12fa418854d4dca9ce622dd087da65f05254 (patch) | |
| tree | 91b823742dd10954caed6ca7da37c731400eefe7 /config.mk | |
| parent | 12a1449305e5be8b1d417e31da88c74566b855c4 (diff) | |
| download | tabbed-907f12fa418854d4dca9ce622dd087da65f05254.tar.gz | |
Handling maprequest. that means tabbed works for xterm.
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,9 +13,9 @@ LIBS = -L/usr/lib -lc -lX11 # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -LDFLAGS = -s ${LIBS} -#LDFLAGS = ${LIBS} +CFLAGS = -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +#LDFLAGS = -s ${LIBS} +LDFLAGS = ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" |