From 31c52fb2e18e6a9bd00818aa715cdf0f20a0011c Mon Sep 17 00:00:00 2001 From: delorean Date: Wed, 15 Jan 2025 20:18:31 -0600 Subject: [PATCH] binary optimizations --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c412df9..3c37b1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" \ No newline at end of file