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.
1 parent f6092f2 commit 7e80d00Copy full SHA for 7e80d00
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