Skip to content

Commit 09f9c26

Browse files
committed
utils: try to downscope builds for the runtime
This tweaks the build configuration for the runtime to downscope what we actually build to what we require. This should have a negligible improvement to the build times.
1 parent 6fd0ddc commit 09f9c26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,6 +1549,8 @@ function Build-Runtime([Platform]$Platform, $Arch) {
15491549
$PlatformDefines += @{
15501550
LLVM_ENABLE_LIBCXX = "YES";
15511551
SWIFT_USE_LINKER = "lld";
1552+
SWIFT_INCLUDE_TESTS = "NO";
1553+
SWIFT_INCLUDE_TEST_BINARIES = "NO";
15521554
}
15531555
}
15541556

0 commit comments

Comments
 (0)