From b6e181e82acc2f20085410f720b8ceeed8a8cbe3 Mon Sep 17 00:00:00 2001 From: Thomas Menari Date: Mon, 8 Jun 2009 10:47:56 +0100 Subject: merged, now has download bar, other misc fixes --- config.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 6d24691..6d2843b 100644 --- a/config.mk +++ b/config.mk @@ -16,11 +16,11 @@ INCS = -I. -I/usr/include ${GTKINC} LIBS = -L/usr/lib -lc ${GTKLIB} # flags -CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} -#LDFLAGS = -s ${LIBS} -LDFLAGS = ${LIBS} +CPPFLAGS = -DVERSION=\"${VERSION}\" +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +#CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} +LDFLAGS = -s ${LIBS} +#LDFLAGS = ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" -- cgit v1.2.3