Skip to content

Commit ab79ead

Browse files
committed
Try opt-level=3
1 parent 3f627ce commit ab79ead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bloat-check/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ debug = true
1414
opt-level = "z"
1515

1616
[profile.release]
17-
opt-level = "z"
17+
opt-level = 3
1818
debug = 0
1919
debug-assertions = false
2020
codegen-units = 1 # LLVM can perform better optimizations using a single thread

0 commit comments

Comments
 (0)