From f1e4760b93bf43e98cf8ba5d68f1e193d4aabe3f Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Sun, 25 Apr 2010 07:42:05 -0400 Subject: config.mk update, optimization at O3 and static linking --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 30e8f87..693dfeb 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # mocicon version: -VERSION = 0.1.4 +VERSION = 0.1.4 # Customize below to fit your system @@ -17,7 +17,7 @@ INCS = -I. -I/usr/include ${GTKINC} LIBS = -L/usr/lib -lc ${GTKLIB} # flags CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -CFLAGS = -std=c99 -O3 ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -O3 -static ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS} # Solaris -- cgit v1.2.3