From b29a8f535675c63a74c504ab64d15dede6deca4a Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Mon, 26 Oct 2009 16:54:33 +0100 Subject: [PATCH] cleaning up config.mk --- config.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config.mk b/config.mk index b4a05be..467efce 100644 --- a/config.mk +++ b/config.mk @@ -17,10 +17,8 @@ LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0 # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -Werror -O0 ${INCS} ${CPPFLAGS} -#LDFLAGS = -s ${LIBS} -LDFLAGS = ${LIBS} +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +LDFLAGS = -s ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" -- 2.20.1