We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2112e2 commit 560ac75Copy full SHA for 560ac75
clang/cmake/caches/Release.cmake
@@ -143,6 +143,4 @@ endif()
143
set_final_stage_var(CPACK_GENERATOR "TXZ" STRING)
144
set_final_stage_var(CPACK_ARCHIVE_THREADS "0" STRING)
145
146
-if(${CMAKE_HOST_SYSTEM_NAME} MATCHES "Darwin")
147
- set_final_stage_var(LLVM_USE_STATIC_ZSTD "ON" BOOL)
148
-endif()
+set_final_stage_var(LLVM_USE_STATIC_ZSTD "ON" BOOL)
0 commit comments