Skip to content

Commit ba2a2fb

Browse files
committed
[CMake][Fuchsia] Disable modules for the second stage build
This made the toolchain build 50% slower. Differential Revision: https://reviews.llvm.org/D56825 llvm-svn: 351415
1 parent 0e997ef commit ba2a2fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/cmake/caches/Fuchsia-stage2.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ if(NOT APPLE)
99
set(LLVM_ENABLE_LLD ON CACHE BOOL "")
1010
endif()
1111
set(LLVM_ENABLE_LTO ON CACHE BOOL "")
12-
set(LLVM_ENABLE_MODULES ON CACHE BOOL "")
1312
set(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ON CACHE BOOL "")
1413
set(LLVM_ENABLE_TERMINFO OFF CACHE BOOL "")
1514
set(LLVM_ENABLE_ZLIB ON CACHE BOOL "")

0 commit comments

Comments
 (0)