mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
commit
397817b6d6
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