Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Turn on more optimization to lower release size from 6.2M to 5.5M.
  • Loading branch information
chadbrewbaker authored and qdot committed Jan 1, 2021
1 parent 347cc9e commit 2fb213c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
members = [
"buttplug",
"buttplug_derive",
]
]

[profile.release]
lto = true
codegen-units = 1

0 comments on commit 2fb213c

Please sign in to comment.