Files
vnt/Cargo.toml
T
2023-07-05 23:37:30 +08:00

15 lines
268 B
TOML

[workspace]
members = ["switch","switch-desktop","switch-mini","switch-jni"]
[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