Remove -march=native

[ci skip]
This commit is contained in:
Konstantinos Sideris 2017-12-12 09:48:04 +02:00
parent 1d285993f7
commit 6aa635e4b9
1 changed files with 0 additions and 1 deletions

View File

@ -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 \