From 6c141eea3252f0c4452d895a15f9e06e842d08f3 Mon Sep 17 00:00:00 2001 From: Isawan Millican Date: Fri, 1 Sep 2023 02:01:09 +0100 Subject: [PATCH] feat: Compile with LTO for slight speedup --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 895ae5c2..a833a4a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,3 +77,4 @@ rustflags = ["--cfg", "tokio_unstable"] [profile.release] debug = 1 +lto = "thin"