Skip to content

Commit 901f42e

Browse files
committed
WIP
1 parent ff7906b commit 901f42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/opt-dist/src/bolt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub fn bolt_optimize(path: &Utf8Path, profile: &BoltProfile) -> anyhow::Result<(
7878
// FIXME(kobzol): try to re-enable this once BOLT in-place rewriting is merged or after
7979
// we bump LLVM.
8080
// Try to reuse old text segments to reduce binary size
81-
// .arg("--use-old-text")
81+
.arg("--use-old-text")
8282
// Update DWARF debug info in the final binary
8383
.arg("-update-debug-sections")
8484
// Print optimization statistics

0 commit comments

Comments
 (0)