diff --git a/Cargo.toml b/Cargo.toml index 01897a40f..ff1df4689 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -320,9 +320,9 @@ pixi_pty = { path = "crates/pixi_pty" } signal-hook = { workspace = true } [profile.dist] -codegen-units = 16 +codegen-units = 1 inherits = "release" -lto = false +lto = "fat" opt-level = 3 strip = "symbols"