mirror of
https://github.com/kittywitch/gw2buttplug-rs.git
synced 2026-02-09 01:09:18 -08:00
build: lto, ...
This commit is contained in:
parent
b9d61ddee9
commit
d229411a8d
1 changed files with 9 additions and 0 deletions
|
|
@ -5,6 +5,15 @@ description = "DPS to buttplug"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
opt-level = "z"
|
||||||
|
#opt-level = 2
|
||||||
|
#codegen-units = 1
|
||||||
|
#debug = true
|
||||||
|
panic = "abort"
|
||||||
|
#lto = "thin"
|
||||||
|
lto = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.95"
|
anyhow = "1.0.95"
|
||||||
buttplug = "9.0.6"
|
buttplug = "9.0.6"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue