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 bd8b149 commit 59f4186Copy full SHA for 59f4186
clang/cmake/caches/Release.cmake
@@ -143,6 +143,8 @@ endif()
143
# We want to generate an installer on Windows.
144
if(NOT ${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows")
145
set_final_stage_var(CPACK_GENERATOR "TXZ" STRING)
146
+else()
147
+ set_final_stage_var(CMAKE_OBJECT_PATH_MAX "1024" STRING)
148
endif()
149
set_final_stage_var(CPACK_ARCHIVE_THREADS "0" STRING)
150
0 commit comments