Skip to content

Commit a6564e8

Browse files
committed
tc_build: rust: Enable verbose output from configure
By default, configure shortens its output but it is worth printing all of the information to allow the user to verify everything is correct. Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent 64c9baf commit a6564e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tc_build/rust.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def configure(self):
5151
'--release-description', self.vendor_string,
5252
'--disable-docs',
5353
'--enable-locked-deps',
54+
'--enable-verbose-configure',
5455
'--tools', 'cargo,clippy,rustdoc,rustfmt,src',
5556
'--prefix', install_folder,
5657
'--sysconfdir', 'etc',

0 commit comments

Comments
 (0)