Skip to content

Commit 9bee38a

Browse files
author
Daniil Mira
committed
feat: simple release file size optimization
1 parent 3da7218 commit 9bee38a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,10 @@ rayon = "1.10.0"
2525
[dev-dependencies]
2626
assert_cmd = "2.0"
2727
predicates = "3.1"
28-
tempfile = "3.10"
28+
tempfile = "3.10"
29+
30+
[profile.release]
31+
strip = true
32+
lto = true
33+
codegen-units = 1
34+
panic = "abort"

0 commit comments

Comments
 (0)