Skip to content

Commit 18d3c89

Browse files
committed
DNM: enable verbosity on Foundation build for debugging
1 parent e63c61c commit 18d3c89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2550,9 +2550,9 @@ function Build-Foundation {
25502550
}
25512551

25522552
$SwiftFlags = if ($Static) {
2553-
@("-static-stdlib", "-Xfrontend", "-use-static-resource-dir")
2553+
@("-static-stdlib", "-Xfrontend", "-use-static-resource-dir", "-v", "-j", "1", "-num-threads", "1")
25542554
} else {
2555-
@()
2555+
@("-v", "-j", "1", "-num-threads", "1")
25562556
}
25572557

25582558
$DispatchCMakeModules = if ($Static) {

0 commit comments

Comments
 (0)