Skip to content

Commit 18d12b6

Browse files
committed
Update Cargo.toml
1 parent b050680 commit 18d12b6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Cargo.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ byteorder = "1.5.0"
1919
binrw = "0.13.3"
2020
rand = "0.8.5"
2121
roxmltree = "0.20.0"
22-
xml-rs = "0.8.20"
22+
xml-rs = "0.8.20"
23+
24+
[profile.release]
25+
strip = true
26+
opt-level = "z"
27+
lto = true

0 commit comments

Comments
 (0)