Skip to content

Commit ac3742d

Browse files
fixed #84
1 parent 05f44f2 commit ac3742d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rust/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ supports-color = "3"
2727
[dev-dependencies]
2828
temp-env = "0.3"
2929
assert_cmd = "2"
30+
31+
[profile.release]
32+
lto = "fat"
33+
codegen-units = 1
34+
strip = true

0 commit comments

Comments
 (0)