dev/5.4.10340
Plugins written in Rust that have C or C++ dependencies have the object files from those dependencies removed by the time we try to create a dSYM file in our build process. As a result, those symbols are absent form the debug information. This change lets us keep that information around long enough to get the debug symbols out of it.