diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 0af2bb1d4c..00d850d731 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -40,7 +40,7 @@ opt-level = 0 incremental = true [profile.release] -lto = "fat" +lto = "thin" [features] default = []