We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee04cb8 + a96e339 commit b985fc9Copy full SHA for b985fc9
utils/swift_build_support/swift_build_support/products/swiftpm.py
@@ -124,7 +124,6 @@ def build(self, host_target):
124
host_target,
125
additional_params=[
126
"--reconfigure",
127
- "--verbose",
128
],
129
)
130
@@ -137,7 +136,6 @@ def test(self, host_target):
137
136
138
compile_only_for_running_host_architecture=True,
139
140
- '--verbose'
141
]
142
143
@@ -155,7 +153,6 @@ def install(self, host_target):
155
153
install_prefix = install_destdir + self.args.install_prefix
156
154
157
self.run_bootstrap_script('install', host_target, [
158
- '--verbose',
159
'--prefix', install_prefix
160
])
161
0 commit comments