Skip to content

Commit 152ff87

Browse files
authored
Add --time-tests flag to Windows build script
1 parent 6f44ba4 commit 152ff87

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)