diff --git a/src/tools/opt-dist/src/bolt.rs b/src/tools/opt-dist/src/bolt.rs index 3ee9912b8c26d..7c1ec3caffd40 100644 --- a/src/tools/opt-dist/src/bolt.rs +++ b/src/tools/opt-dist/src/bolt.rs @@ -88,7 +88,7 @@ pub fn bolt_optimize( // FIXME(kobzol): try to re-enable this once BOLT in-place rewriting is merged or after // we bump LLVM. // Try to reuse old text segments to reduce binary size - // .arg("--use-old-text") + .arg("--use-old-text") // Update DWARF debug info in the final binary .arg("-update-debug-sections") // Print optimization statistics