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