aboutsummaryrefslogtreecommitdiff
path: root/aberth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'aberth/Makefile')
-rw-r--r--aberth/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/aberth/Makefile b/aberth/Makefile
index cd59309..c9e9f7a 100644
--- a/aberth/Makefile
+++ b/aberth/Makefile
@@ -1,6 +1,6 @@
CXX = g++
CXXFLAGS = -Wall -Wextra -std=c++17 $(OPTFLAGS)
-OPTFLAGS = -O3 -ffast-math -march=native -mtune=native -flto
+OPTFLAGS = -O3 -ffast-math -march=native -flto
LDFLAGS = -pthread
ifeq ($(shell uname),Darwin)
LDFLAGS += -framework OpenCL