From 10c4a6b5afd92b3fbe5caf49a1833731ac7d83f9 Mon Sep 17 00:00:00 2001 From: Ryan Wick Date: Mon, 24 Jul 2017 12:24:38 +1000 Subject: [PATCH] Less specific compilation - better for heterogeneous environments --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e75d4b6..26f0540 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ # CXX and CXXFLAGS can be overridden by the user. CXX ?= g++ -CXXFLAGS ?= -Wall -Wextra -pedantic -march=native +CXXFLAGS ?= -Wall -Wextra -pedantic -mtune=native # These flags are required for the build to work. FLAGS = -std=c++14 -Iporechop/include -fPIC