Merge pull request #21712 from ClickHouse/remove-useless-option

Remove useless CMake option
This commit is contained in:
alexey-milovidov 2021-03-14 14:10:17 +03:00 committed by GitHub
commit 254e7c513f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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")