meta: optimize release binary for size
saves over 2MB of total post-strip binary size on linuxpull/194/head
parent
3055eb7a78
commit
55222fa3b6
|
@ -3,4 +3,6 @@ members = ["server", "client", "hostsfile", "shared", "publicip", "netlink-reque
|
|||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
lto = "thin"
|
||||
opt-level = "s"
|
||||
lto = "fat"
|
||||
panic = "abort"
|
||||
|
|
Loading…
Reference in New Issue