diff --git a/Cargo.toml b/Cargo.toml index 33b25d9..22d9c2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,11 @@ homepage = "https://github.com/yavko/hyprland-rs" repository = "https://github.com/yavko/hyprland-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[profile.release] +opt-level = "z" +strip = true +lto = true + [dev-dependencies] rusty-hook = "^0.11.2"