diff --git a/Cargo.toml b/Cargo.toml index 2e8edcd..c63d750 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,3 +22,7 @@ members = [ ] default-members = ["zluda", "zluda_ml", "zluda_inject", "zluda_redirect"] + +[profile.release-lto] +codegen-units = 1 +lto = true