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 1bdffc3 commit 60538d5Copy full SHA for 60538d5
stdlib/public/Platform/CMakeLists.txt
@@ -83,8 +83,6 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB)
83
84
add_custom_target(embedded-darwin)
85
add_dependencies(embedded-libraries embedded-darwin)
86
-
87
- set_property(GLOBAL APPEND PROPERTY JOB_POOLS one_job=1)
88
foreach(entry ${EMBEDDED_STDLIB_TARGET_TRIPLES})
89
string(REGEX REPLACE "[ \t]+" ";" list "${entry}")
90
list(GET list 0 arch)
@@ -127,7 +125,6 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB)
127
125
INSTALL_IN_COMPONENT stdlib
128
126
)
129
add_dependencies(embedded-darwin embedded-darwin-${mod})
130
- set_property(TARGET embedded-darwin-${mod} PROPERTY JOB_POOL_COMPILE one_job)
131
endforeach()
132
endif()
133
0 commit comments