Skip to content

Commit

Permalink
[cmake] Disable FatLTO in clang build for Fuchsia (#85677)
Browse files Browse the repository at this point in the history
We're seeing an issue on Macs, which shouldn't be using this config, so
we will temporarily disable this while we investigate.
  • Loading branch information
ilovepi committed Mar 18, 2024
1 parent 85d7fef commit 457f762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/cmake/caches/Fuchsia-stage2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind" CACHE STRING "

set(LLVM_ENABLE_BACKTRACES OFF CACHE BOOL "")
set(LLVM_ENABLE_DIA_SDK OFF CACHE BOOL "")
set(LLVM_ENABLE_FATLTO ON CACHE BOOL "")
set(LLVM_ENABLE_FATLTO OFF CACHE BOOL "")
set(LLVM_ENABLE_HTTPLIB ON CACHE BOOL "")
set(LLVM_ENABLE_LIBCXX ON CACHE BOOL "")
set(LLVM_ENABLE_LIBEDIT OFF CACHE BOOL "")
Expand Down

0 comments on commit 457f762

Please sign in to comment.