diff --git a/Cargo.toml b/Cargo.toml index 932a504..d437fa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -199,8 +199,8 @@ rest_pat_in_fully_bound_structs = "warn" # and runtime performance[1]. # # [1]: https://github.com/astral-sh/ruff/pull/9031 -lto = "thin" -codegen-units = 16 +lto = false +codegen-units = 1 # Some crates don't change as much but benefit more from # more expensive optimization passes, so we selectively