chore: Use mold when available without option (#2521)

This commit is contained in:
Ayaz Salikhov
2025-09-04 16:03:05 +01:00
committed by GitHub
parent b8c298b734
commit a62084a4f0
4 changed files with 10 additions and 15 deletions

View File

@@ -16,7 +16,6 @@ option(lint "Run clang-tidy checks during compilation" FALSE)
option(static "Statically linked Clio" FALSE)
option(snapshot "Build snapshot tool" FALSE)
option(time_trace "Build using -ftime-trace to create compiler trace reports" FALSE)
option(use_mold "Use mold linker" FALSE)
# ========================================================================== #
set(san "" CACHE STRING "Add sanitizer instrumentation")