diff --git a/Cargo.toml b/Cargo.toml index 5f07f1a7..93a6ef87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -197,7 +197,7 @@ panic = "abort" inherits = "release" strip = "symbols" lto = "thin" -codegen-units = 1 +codegen-units = 16 # Linting config [lints.rust]