reverting config.mk as it contains debug flags. - ttabbed - Simple tabbing application for X11.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 0b8e27a808c9e4a1cd65755ec6addf5d28614ef1
(DIR) parent 907f12fa418854d4dca9ce622dd087da65f05254
(HTM) Author: Enno Boland (tox) <tox@s01.de>
Date: Wed, 28 Oct 2009 20:11:51 +0100
reverting config.mk as it contains debug flags.
Diffstat:
config.mk | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/config.mk b/config.mk
@@ -13,9 +13,8 @@ LIBS = -L/usr/lib -lc -lX11
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
-CFLAGS = -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-#LDFLAGS = -s ${LIBS}
-LDFLAGS = ${LIBS}
+CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+LDFLAGS = -s ${LIBS}
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"