Skip to content

Commit 1971fc3

Browse files
authored
Merge pull request #70 from thesammykins/chore/optimize-release-profile
chore: optimize release profile to reduce binary size
2 parents 95f7fde + 49ccd13 commit 1971fc3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,8 @@ unimplemented = "forbid"
145145

146146
[dev-dependencies]
147147
tokio-test = "0.4"
148+
149+
[profile.release]
150+
lto = "thin"
151+
strip = true
152+

0 commit comments

Comments
 (0)