Skip to content

Commit 4917998

Browse files
authored
Use thin lto and strip release binaries (#56)
1 parent 2085652 commit 4917998

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ url = { version = "2.2", features = ["serde"] }
4141
urlencoding = "2.1"
4242
ustr = "0.10"
4343
uuid = { version = "1.1", features = ["v4"] }
44+
45+
[profile.release]
46+
lto = "thin"
47+
strip = true

0 commit comments

Comments
 (0)