diff --git a/CMakeLists.txt b/CMakeLists.txt index 3dfde07d5dd..0f3f404fddf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,6 +96,7 @@ endif() if (CMAKE_HOST_APPLE) set(DISABLE_JEMALLOC ON) + set(ENABLE_IPO OFF) endif () if(NOT DISABLE_JEMALLOC)