mirror of
https://github.com/lbl8603/vnt.git
synced 2025-09-26 20:21:20 +08:00
14 lines
246 B
TOML
14 lines
246 B
TOML
[workspace]
|
|
members = ["vnt", "common", "vnt-cli", "vn-link", "vn-link-cli"]
|
|
|
|
[profile.release]
|
|
opt-level = 'z'
|
|
debug = 0
|
|
debug-assertions = false
|
|
strip = "debuginfo"
|
|
lto = true
|
|
panic = 'abort'
|
|
incremental = false
|
|
codegen-units = 1
|
|
rpath = false
|