Files
leaf/Cargo.toml

20 lines
273 B
TOML
Raw Permalink Normal View History

2020-10-07 22:14:06 +08:00
[workspace]
members = [
"leaf",
"leaf-bin",
"leaf-ffi",
2021-07-03 23:16:00 +08:00
"leaf-plugins/shadowsocks",
2020-10-07 22:14:06 +08:00
]
default-members = ["leaf-bin"]
[profile.release]
2021-03-16 13:24:41 +08:00
opt-level = 3
2020-10-07 22:14:06 +08:00
lto = true
# codegen-units = 1
panic = "abort"
2022-04-19 02:23:41 +08:00
strip = "symbols"
2020-10-07 22:14:06 +08:00
[profile.dev]
opt-level = 0
debug = true