Skip to content

Commit f2de5c8

Browse files
committed
DNM: enable verbosity on Foundation build for debugging
1 parent fde4576 commit f2de5c8

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
@@ -2549,9 +2549,9 @@ function Build-Foundation {
25492549
}
25502550

25512551
$SwiftFlags = if ($Static) {
2552-
@("-static-stdlib", "-Xfrontend", "-use-static-resource-dir")
2552+
@("-static-stdlib", "-Xfrontend", "-use-static-resource-dir", "-v")
25532553
} else {
2554-
@()
2554+
@("-v")
25552555
}
25562556

25572557
$DispatchCMakeModules = if ($Static) {

0 commit comments

Comments
 (0)