From 0b8e27a808c9e4a1cd65755ec6addf5d28614ef1 Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Wed, 28 Oct 2009 20:11:51 +0100 Subject: reverting config.mk as it contains debug flags. --- config.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.mk b/config.mk index f698b75..c72b66e 100644 --- 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}\" -- cgit v1.2.3