Skip to content

Commit 1cd98c7

Browse files
committed
perf: use more aggressive optimizations
1 parent 539437c commit 1cd98c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "patchy-bin"
3-
version = "1.1.4"
3+
version = "1.1.5"
44
edition = "2021"
55
license = "MIT"
66
authors = ["Nikita Revenco"]
@@ -43,4 +43,5 @@ once_cell = "1.17"
4343
# The profile that 'dist' will build with
4444
[profile.dist]
4545
inherits = "release"
46-
lto = "thin"
46+
codegen-units = 1
47+
lto = "fat"

0 commit comments

Comments
 (0)