about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index f5a993a..a1d7711 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,6 @@
 CC:=clang
-CFLAGS:=-O3 -funroll-loops
-LDFLAGS:=-flto
+CFLAGS:=-march=native -O3 -funroll-loops
+LDFLAGS:=-flto=thin
 
 INCLUDES=-Iinc/