Remove useless CMake option

This commit is contained in:
Alexey Milovidov 2021-03-14 14:08:08 +03:00
parent edbaf756a0
commit 583c78143d

View File

@ -240,9 +240,7 @@ else()
message(STATUS "Disabling compiler -pipe option (have only ${AVAILABLE_PHYSICAL_MEMORY} mb of memory)")
endif()
if(NOT DISABLE_CPU_OPTIMIZE)
include(cmake/cpu_features.cmake)
endif()
include(cmake/cpu_features.cmake)
option(ARCH_NATIVE "Add -march=native compiler flag")