From 907f12fa418854d4dca9ce622dd087da65f05254 Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Wed, 28 Oct 2009 20:09:53 +0100 Subject: Handling maprequest. that means tabbed works for xterm. --- config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 01e386c..f698b75 100644 --- a/config.mk +++ b/config.mk @@ -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}\" -- cgit v1.2.3