aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 94d425d..560defa 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,9 @@ all: $(EXEFILE)
small: CXXFLAGS += -Os
small: $(EXEFILE)
+fast: CXXFLAGS += -O3 -march=native -mtune=native
+fast: $(EXEFILE)
+
$(EXEFILE): $(LIBFILE)
$(LIBFILE): $(OBJFILES)