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 6e472e4 commit eb9206bCopy full SHA for eb9206b
src/tools/opt-dist/src/bolt.rs
@@ -91,6 +91,7 @@ pub fn bolt_optimize(
91
.arg("--use-old-text")
92
.arg("--no-huge-pages")
93
.arg("--align-text=64")
94
+ .arg("--align-functions=2")
95
// Update DWARF debug info in the final binary
96
.arg("-update-debug-sections")
97
// Print optimization statistics
0 commit comments