Skip to content

Commit

Permalink
Decruft. Turn off ld.gold by default
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Jan 27, 2019
1 parent 10ad036 commit 8afcdf2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ endif()

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


set(CLANG_TOOLS_MAJOR_VERSION string(SUBSTRING ${CLANG_TOOLS_VERSION} 0 1))

set(ARROW_LLVM_VERSION "7.0")
STRING(REGEX REPLACE "^([0-9]+)\\.[0-9]+" "\\1" ARROW_LLVM_MAJOR_VERSION "${ARROW_LLVM_VERSION}")
STRING(REGEX REPLACE "^[0-9]+\\.([0-9]+)" "\\1" ARROW_LLVM_MINOR_VERSION "${ARROW_LLVM_VERSION}")
Expand Down Expand Up @@ -128,7 +125,7 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")

option(ARROW_USE_LD_GOLD
"Use ld.gold for linking on Linux (if available)"
ON)
OFF)

option(ARROW_USE_TSAN
"Enable Thread Sanitizer checks"
Expand Down

0 comments on commit 8afcdf2

Please sign in to comment.