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 959b450 commit 6e472e4Copy full SHA for 6e472e4
src/tools/opt-dist/src/bolt.rs
@@ -88,7 +88,9 @@ 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
// Update DWARF debug info in the final binary
95
.arg("-update-debug-sections")
96
// Print optimization statistics
0 commit comments