From d0c0bc1cde27cadeb8ffc21455bc101a622a3b8c Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Wed, 3 Feb 2021 11:02:56 -0500 Subject: [PATCH] [cmake] Clean up IPO section in CMakeLists.txt --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0ce544c..928aa07b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,9 +111,6 @@ if(NOT ipo_supported) else() message(STATUS "Linktime optimizations enabled!") set(CMAKE_INTERPROCEDURAL_OPTIMIZATION TRUE) - if(CMAKE_SYSTEM_NAME EQUAL "Linux") - add_link_options($<$:-fuse-ld=gold>) - endif() endif() # Create an Interface target for compiler warnings