summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 19e5901..0146890 100644
--- a/config.mk
+++ b/config.mk
@@ -12,6 +12,9 @@ X11LIB = /usr/X11R6/lib
PKG_CONFIG = pkg-config
+CFLAGS := $(FLAGS) -O2 -march=native -mtune=native
+LDFLAGS := $(LDFLAGS) -O2 -march=native -mtune=native
+
# includes and libs
INCS = -I$(X11INC) \
`$(PKG_CONFIG) --cflags imlib2` \