diff --git a/Cargo.toml b/Cargo.toml index 462ad9f..5d1d125 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,3 +22,6 @@ tokio = { version = "1.30.0", features = ["full"] } default = ["webp"] avif = ["dep:ravif", "dep:rgb"] webp = ["dep:libwebp-sys"] + +[profile.release] +lto = true \ No newline at end of file