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 f6092f2 + 7e80d00 commit 27b328fCopy full SHA for 27b328f
src/tools/opt-dist/src/bolt.rs
@@ -93,6 +93,8 @@ pub fn bolt_optimize(
93
.arg("-update-debug-sections")
94
// Print optimization statistics
95
.arg("-dyno-stats")
96
+ .arg("--time-rewrite")
97
+ .arg("--time-opts")
98
.run()
99
.with_context(|| anyhow::anyhow!("Could not optimize {path} with BOLT"))?;
100
0 commit comments