fix: remove split-debuginfo option from dev profile in Cargo.toml
Some checks failed
CI / Check / Test (push) Has been cancelled
Some checks failed
CI / Check / Test (push) Has been cancelled
This commit is contained in:
@@ -98,7 +98,6 @@ infra-wiring = { path = "crates/infra-wiring" }
|
|||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
debug = 1 # line tables only — still debuggable, much faster linking
|
debug = 1 # line tables only — still debuggable, much faster linking
|
||||||
split-debuginfo = "unpacked" # macOS: skip dsymutil on every link
|
|
||||||
|
|
||||||
[profile.dev.package."*"]
|
[profile.dev.package."*"]
|
||||||
opt-level = 2 # compile deps faster at runtime; paid once, cached after
|
opt-level = 2 # compile deps faster at runtime; paid once, cached after
|
||||||
|
|||||||
Reference in New Issue
Block a user