aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormutantturkey <crazycal00@gmail.com>2010-06-19 07:55:29 -0400
committermutantturkey <crazycal00@gmail.com>2010-06-19 07:55:29 -0400
commitd9843f43f48ffd9295bd9e97c77eda7a39259dc5 (patch)
tree54c3557b22ac62b647f488551a62e40979a71c2d
parent669bf2a96432ad8a61654b743030efc8e19568cf (diff)
config.mk change
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
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