mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
chore: add release opts
This commit is contained in:
parent
338df9144c
commit
a11ca7f9aa
1 changed files with 11 additions and 4 deletions
15
Cargo.toml
15
Cargo.toml
|
|
@ -1,8 +1,15 @@
|
|||
[workspace]
|
||||
name = "gamedig-workspace"
|
||||
members = [
|
||||
"crates/cli",
|
||||
"crates/lib",
|
||||
]
|
||||
members = ["crates/cli", "crates/lib"]
|
||||
|
||||
# Edition 2021, uses resolver = 2
|
||||
resolver = "2"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
debug = false
|
||||
rpath = true
|
||||
lto = true
|
||||
|
||||
[profile.release.package."*"]
|
||||
opt-level = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue