From ddae4c3cd0614d5aa8b7f562f4580609a81077a6 Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Tue, 25 Jun 2024 16:09:33 -0400 Subject: [PATCH] Don't mtune=native --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 82e8f53..bb75f7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")