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"