disable the completely useless -march= option detective for native -- diff --git a/cmake/Modules/CompilerOptions.cmake b/cmake/Modules/CompilerOptions.cmake index db06105..a3d8ed0 100644 --- a/cmake/Modules/CompilerOptions.cmake +++ b/cmake/Modules/CompilerOptions.cmake @@ -1,7 +1,5 @@ include_guard(GLOBAL) -include(DetectArchitecture) - if (NOT APPLE) set(CMAKE_INTERPROCEDURAL_OPTIMIZATION ON) message(STATUS "Interprocedural optimization enabled")