From 5e23e6b4986bb31e15e37309ee6b55224a4a630a Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Tue, 16 Jul 2019 21:52:40 +0200 Subject: Remove unnecessary -mtune flag --- aberth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf