I would like to have symbols separate from a binary for both debug and release builds. How can I achieve it?
PS: the goal I pursue is to be able to resolve crash stack symbols offline. I understand it should be the same as for C++: there will be fewer symbols for release builds than for debug, but it still should be possible to resolve all non inline functions with the right symbol files?
Would be good for 'cargo build' to take care the automation of necessary procedures to achieve the effect... ? I understand on windows pdbs are always available anyway. Could be good to be consistent.