Skip to content

Commit 10a8e02

Browse files
committed
reducing maturin package size
1 parent cafd0b4 commit 10a8e02

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ inherits = "release"
4747
debug = true
4848

4949
[profile.release]
50-
debug = true
50+
debug = false
51+
strip = true
52+
lto = "thin"
53+
codegen-units = 1

0 commit comments

Comments
 (0)