Skip to content

Commit 677fcbf

Browse files
authored
Merge pull request #34173 from compnerd/concurrency
CI: add concurrency to the Windows CI set
2 parents d1070da + 9294c07 commit 677fcbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-windows.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ cmake^
201201
-DCMAKE_CXX_FLAGS:STRING="/GS- /Oy"^
202202
-DCMAKE_EXE_LINKER_FLAGS:STRING=/INCREMENTAL:NO^
203203
-DCMAKE_SHARED_LINKER_FLAGS:STRING=/INCREMENTAL:NO^
204+
-DSWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY=YES^
204205
-S "%source_root%\llvm-project\llvm" %exitOnError%
205206

206207
cmake --build "%build_root%\llvm" %exitOnError%

0 commit comments

Comments
 (0)