From 7c5896eb15d2ce8ad0cc03d67a43f81c25d655e5 Mon Sep 17 00:00:00 2001 From: IQuant Date: Sat, 12 Oct 2024 18:11:44 +0300 Subject: [PATCH] Automated commit: v0.26.2 --- noita-proxy/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/noita-proxy/Cargo.toml b/noita-proxy/Cargo.toml index 25288b26..015b829b 100644 --- a/noita-proxy/Cargo.toml +++ b/noita-proxy/Cargo.toml @@ -58,3 +58,6 @@ opt-level = 1 [profile.release] lto = true strip = true + +[profile.release-lto] +inherits = "release"