Skip to content

Commit

Permalink
Don't mtune=native
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jun 25, 2024
1 parent 7279e59 commit ddae4c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ if (NOT WIN32)

if(CMAKE_BUILD_TYPE STREQUAL "Release")
else()
add_cxx_flag_if_supported("-mtune=native")
add_cxx_flag_if_supported("-Wall")
add_cxx_flag_if_supported("-pedantic")
add_cxx_flag_if_supported("-Wunused")
Expand Down

0 comments on commit ddae4c3

Please sign in to comment.