From d72ce62ca330afef3a5500c6cf1131dab4072376 Mon Sep 17 00:00:00 2001 From: Julian Hofer Date: Mon, 2 Dec 2024 13:52:11 +0100 Subject: [PATCH] Revert "make the build go faster for debugging" This reverts commit 5a88624b4a88f4443ece309c5e76a7cbc739314b. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"