Files
vnt/Cargo.toml
T
2023-10-31 20:49:16 +08:00

14 lines
227 B
TOML

[workspace]
members = ["vnt","common","vnt-cli","vnt-jni"]
[profile.release]
opt-level = 'z'
debug = 0
debug-assertions = false
strip= "debuginfo"
lto = true
panic = 'abort'
incremental = false
codegen-units = 1
rpath = false