From d9843f43f48ffd9295bd9e97c77eda7a39259dc5 Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Sat, 19 Jun 2010 07:55:29 -0400 Subject: config.mk change --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 693dfeb..629b51d 100644 --- a/config.mk +++ b/config.mk @@ -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 -static ${INCS} ${CPPFLAGS} +CFLAGS = -mtune=native -std=c99 -O3 ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS} # Solaris -- cgit v1.2.3