Skip to content

Commit d436ebe

Browse files
authored
Merge pull request #37317 from apple/shahmishal/windows-lit-test-time
Add --time-tests flag to Windows build script
2 parents 833a453 + 152ff87 commit d436ebe

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
@@ -272,6 +272,7 @@ cmake^
272272
-DCMAKE_CXX_FLAGS:STRING="/GS- /Oy"^
273273
-DCMAKE_EXE_LINKER_FLAGS:STRING=/INCREMENTAL:NO^
274274
-DCMAKE_SHARED_LINKER_FLAGS:STRING=/INCREMENTAL:NO^
275+
-DSWIFT_LIT_ARGS="--time-tests"^
275276
-S "%source_root%\swift" %exitOnError%
276277

277278
cmake --build "%build_root%\swift" %exitOnError%

0 commit comments

Comments
 (0)