binary optimizations
This commit is contained in:
parent
ec76a203f3
commit
31c52fb2e1
@ -9,3 +9,10 @@ futures = "0.3.31"
|
||||
pnet = "0.35.0"
|
||||
tokio = { version = "1.43.0", features = ["sync", "fs", "io-util", "rt", "rt-multi-thread", "macros", "time"] }
|
||||
rand = "0.8"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
opt-level = "z"
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
Loading…
Reference in New Issue
Block a user