1
0
mirror of https://github.com/tonarino/innernet.git synced 2024-11-24 08:42:33 +02:00
innernet/Cargo.toml
Jake McGinty 55222fa3b6 meta: optimize release binary for size
saves over 2MB of total post-strip binary size on linux
2022-02-01 12:00:29 +09:00

9 lines
178 B
TOML

[workspace]
members = ["server", "client", "hostsfile", "shared", "publicip", "netlink-request"]
[profile.release]
codegen-units = 1
opt-level = "s"
lto = "fat"
panic = "abort"