|
|
|
|
|
by milianw
873 days ago
|
|
I applaud this initiative. yet I wonder - the ideal situation would be to not throw away the debug info (ever), but rather it should be put into an external file. even Linux supports this for many years and nowadays we even have direct support with dwarf5/dwo. is trust taken any action towards that direction? after all: without debug info (which you do not want to ship to customers necessarily), you cannot do profiling or debugging in any meaningful way... |
|
[1] https://doc.rust-lang.org/cargo/reference/profiles.html#spli...