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 ade8487 + eb9206b commit bc594f7Copy full SHA for bc594f7
src/tools/opt-dist/src/bolt.rs
@@ -88,7 +88,10 @@ pub fn bolt_optimize(
88
// FIXME(kobzol): try to re-enable this once BOLT in-place rewriting is merged or after
89
// we bump LLVM.
90
// Try to reuse old text segments to reduce binary size
91
- // .arg("--use-old-text")
+ .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