Skip to content
Snippets Groups Projects
Commit 016bec1d authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Add march=native

parent fd552b8a
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,9 @@ 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 \
-Wunreachable-code")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment