We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e24657 commit 366d5acCopy full SHA for 366d5ac
llvm/cmake/modules/HandleLLVMOptions.cmake
@@ -538,10 +538,10 @@ endif()
538
539
option(LLVM_ENABLE_WARNINGS "Enable compiler warnings." ON)
540
541
-option(LLVM_ENABLE_LIB_PRECOMPILED_HEADERS "Enable precompiled headers for LLVM Lib projects to improve build times." ON)
+option(LLVM_ENABLE_LIB_PRECOMPILED_HEADERS "Enable precompiled headers for LLVM Lib projects to improve build times." OFF)
542
543
set(LLVM_LIB_DIRETORIES_FOR_PRECOMPILED_HEADERS ""
544
- CACHE STRING "Semicolon-separated list of lib subdirectories to use precompiled headers")
+ CACHE STRING "Semicolon-separated list of llvm/lib/ subdirectories to use precompiled headers")
545
546
if( MSVC )
547
0 commit comments