Skip to content

Commit

Permalink
[build] Enable LLD by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jim19930609 committed Dec 6, 2022
1 parent 2489169 commit ce59e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ endif()
set(CMAKE_POSITION_INDEPENDENT_CODE ON)


option(USE_LLD "Use lld (from llvm) linker" OFF)
option(USE_LLD "Use lld (from llvm) linker" ON)
option(USE_MOLD "Use mold (A Modern Linker)" OFF)
option(TI_WITH_BACKTRACE "Use backward-cpp to print out C++ stack trace upon failure" OFF)

Expand Down

0 comments on commit ce59e85

Please sign in to comment.