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.
--features=tracing
BOOTSTRAP_TRACING
1 parent 1307c95 commit a4b9aa3Copy full SHA for a4b9aa3
1 file changed
src/bootstrap/bootstrap.py
@@ -1129,6 +1129,10 @@ def build_bootstrap_cmd(self, env):
1129
"-Zroot-dir=" + self.rust_root,
1130
]
1131
args.extend("--verbose" for _ in range(self.verbose))
1132
+
1133
+ if "BOOTSTRAP_TRACING" in env:
1134
+ args.append("--features=tracing")
1135
1136
if self.use_locked_deps:
1137
args.append("--locked")
1138
if self.use_vendored_sources:
0 commit comments