On 2024-11-20 21:17+0000, Andy Smith via BitFolk Users wrote:
Is there any downside to distributing stripped
binaries?
(Assuming someone wanting to do debugging would build it themselves in a
debug build.)
Backtrace isn't going to be useful in stripped binaries. Yes, it's a bit
weird that --release doesn't strip the binary.
You're right that if you want some info about a bug, you'd likely want
them to provide that against the latest and greatest anyway.
Ed