From 3ff8c8d6dd10728e528fba39ce4c4191112740e5 Mon Sep 17 00:00:00 2001 From: Alexander Zaitsev Date: Fri, 3 Jan 2025 15:12:31 +0300 Subject: [PATCH] fix: missing inherits in a release-lto profile - add a missing "inherits" directive to the release-lto profile --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c63d750..a4992ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,5 +24,6 @@ members = [ default-members = ["zluda", "zluda_ml", "zluda_inject", "zluda_redirect"] [profile.release-lto] +inherits = "release" codegen-units = 1 lto = true