Skip to content

Commit d198eb8

Browse files
committed
Decruft. Turn off ld.gold by default
1 parent 2fc3a26 commit d198eb8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

cpp/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ endif()
7474

7575
set(BUILD_SUPPORT_DIR "${CMAKE_SOURCE_DIR}/build-support")
7676

77-
78-
set(CLANG_TOOLS_MAJOR_VERSION string(SUBSTRING ${CLANG_TOOLS_VERSION} 0 1))
79-
8077
set(ARROW_LLVM_VERSION "7.0")
8178
STRING(REGEX REPLACE "^([0-9]+)\\.[0-9]+" "\\1" ARROW_LLVM_MAJOR_VERSION "${ARROW_LLVM_VERSION}")
8279
STRING(REGEX REPLACE "^[0-9]+\\.([0-9]+)" "\\1" ARROW_LLVM_MINOR_VERSION "${ARROW_LLVM_VERSION}")
@@ -130,7 +127,7 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
130127

131128
option(ARROW_USE_LD_GOLD
132129
"Use ld.gold for linking on Linux (if available)"
133-
ON)
130+
OFF)
134131

135132
option(ARROW_USE_TSAN
136133
"Enable Thread Sanitizer checks"

0 commit comments

Comments
 (0)