From 6aa635e4b90d049c9236b472610412e1b6d34c1c Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Tue, 12 Dec 2017 09:48:04 +0200 Subject: [PATCH] Remove -march=native [ci skip] --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e71b5f0..9a0a1360 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -117,7 +117,6 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES "GNU") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} \ -Wall \ -Wextra \ - -march=native \ -Werror \ -pipe \ -pedantic \