mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
10 lines
158 B
TOML
10 lines
158 B
TOML
[profile.release]
|
|
opt-level = 'z'
|
|
debug = false
|
|
rpath = true
|
|
lto = 'fat'
|
|
codegen-units = 1
|
|
strip = 'debuginfo'
|
|
|
|
[profile.release.package."*"]
|
|
opt-level = 'z'
|