Skip to content

Commit 95fa0a8

Browse files
committed
chore: optimise binary size
1 parent e986ced commit 95fa0a8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ categories = ["command-line-utilities", "text-processing"]
1616
name = "paperdown"
1717
path = "src/main.rs"
1818

19+
[profile.release]
20+
opt-level = "z"
21+
strip = "symbols"
22+
1923
[features]
2024
default = []
2125
net-tests = []

0 commit comments

Comments
 (0)