aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormutantturkey <crazycal00@gmail.com>2010-06-13 00:18:09 -0400
committermutantturkey <crazycal00@gmail.com>2010-06-13 00:18:09 -0400
commitceba445579ea63e822d5b3b9f40767ce4883b16a (patch)
tree294914e8765367637aaf9917ac334f2f435f43fe
parent4723f3387119587816a81e1bb0ca7c2b47bde73f (diff)
changed from O3 to O2 and added -march=native for GCCs flags
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index af227fc..9e9d247 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 -Wall ${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -O2 -Wall -march=native ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}
# Solaris