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 ff7906b commit 901f42eCopy full SHA for 901f42e
src/tools/opt-dist/src/bolt.rs
@@ -78,7 +78,7 @@ pub fn bolt_optimize(path: &Utf8Path, profile: &BoltProfile) -> anyhow::Result<(
78
// FIXME(kobzol): try to re-enable this once BOLT in-place rewriting is merged or after
79
// we bump LLVM.
80
// Try to reuse old text segments to reduce binary size
81
- // .arg("--use-old-text")
+ .arg("--use-old-text")
82
// Update DWARF debug info in the final binary
83
.arg("-update-debug-sections")
84
// Print optimization statistics
0 commit comments