Files
vnt/Cargo.toml
T
2023-07-17 01:32:34 +08:00

15 lines
276 B
TOML

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