Y
Hacker News
new
|
ask
|
show
|
jobs
by
wongarsu
855 days ago
It's possible, but rust follows platform conventions in only doing this by default on Windows. However it is now easy to configure by setting split-debuginfo in your Cargo.toml [1]
1:
https://doc.rust-lang.org/cargo/reference/profiles.html#spli...