Skip to content

Commit e4a9d13

Browse files
committed
bolt: remove deprecated option value
1 parent e6e956d commit e4a9d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/bolt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub fn optimize_with_bolt(path: &Path, profile_path: &Path, output_path: &Path)
4040
// Reorder functions within the binary
4141
.arg("-reorder-functions=hfsort+")
4242
// Split function code into hot and code regions
43-
.arg("-split-functions=2")
43+
.arg("-split-functions")
4444
// Split as many basic blocks as possible
4545
.arg("-split-all-cold")
4646
// Move jump tables to a separate section

0 commit comments

Comments
 (0)