binary optimizations

This commit is contained in:
delorean 2025-01-15 20:18:31 -06:00
parent ec76a203f3
commit 31c52fb2e1

View File

@ -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"