diff --git a/Cargo.toml b/Cargo.toml index a55cfc5..cc0e3dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,3 +52,7 @@ features = ["macros", "net", "rt-multi-thread", "sync", "time"] [dev-dependencies] lazy_static = "1.4.0" + +[profile.release] +lto = true +incremental = false