When looking at mold vs wild for chrome, this came up as a really nice feature that I was lld had. Figured I'd file a feature request for wild to consider it as well! It's particularly useful for Android dev, where you always want to push a stirpped .so to the device, and always want a symbols file locally for symbolization, but actually never really want a .so with both. This flag both saves a call to strip, and makes debug .so files smaller by having them not include the code.
When looking at mold vs wild for chrome, this came up as a really nice feature that I was lld had. Figured I'd file a feature request for wild to consider it as well! It's particularly useful for Android dev, where you always want to push a stirpped .so to the device, and always want a symbols file locally for symbolization, but actually never really want a .so with both. This flag both saves a call to
strip, and makes debug .so files smaller by having them not include the code.