Files
vnt/Cargo.toml
T

15 lines
241 B
TOML

[workspace]
members = ["switch","switch-desktop"]
[profile.release]
opt-level = 'z'
debug = 0
debug-assertions = false
strip= "debuginfo"
overflow-checks = true
lto = true
panic = 'abort'
incremental = false
codegen-units = 1
rpath = false