From fdf286ca94f5d011b9eff17b82b53b39c0508131 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Mon, 27 Jul 2026 11:19:54 +0200 Subject: [PATCH] fix: remove split-debuginfo option from dev profile in Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3e4515..b1d0dfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,6 @@ infra-wiring = { path = "crates/infra-wiring" } [profile.dev] debug = 1 # line tables only — still debuggable, much faster linking -split-debuginfo = "unpacked" # macOS: skip dsymutil on every link [profile.dev.package."*"] opt-level = 2 # compile deps faster at runtime; paid once, cached after