From 33b43c8fb5843fb200e8ced4bae10d46e59ec032 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 23:24:05 +0000 Subject: [PATCH] Added LTO to the release build --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 462ad9f..5d1d125 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,3 +22,6 @@ tokio = { version = "1.30.0", features = ["full"] } default = ["webp"] avif = ["dep:ravif", "dep:rgb"] webp = ["dep:libwebp-sys"] + +[profile.release] +lto = true \ No newline at end of file