mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
fix(cli): add explicit cargo config for crate
This commit is contained in:
parent
3aaa32edb8
commit
3300c65b07
1 changed files with 10 additions and 0 deletions
10
crates/cli/.cargo/config.toml
Normal file
10
crates/cli/.cargo/config.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
[profile.release]
|
||||||
|
opt-level = 'z'
|
||||||
|
debug = false
|
||||||
|
rpath = true
|
||||||
|
lto = 'fat'
|
||||||
|
codegen-units = 1
|
||||||
|
strip = 'debuginfo'
|
||||||
|
|
||||||
|
[profile.release.package."*"]
|
||||||
|
opt-level = 'z'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue