are there any use cases where people are going to ...
# development
h
are there any use cases where people are going to miss having debug symbols in the .so?
w
Not having them would prevent debugging in the wild ... We haven't done that lately, but did for a while when there was a deadlock (now fixed).
h
it does seem to be making the size of the resulting binary much larger than it needs to be
I'm actually a little surprised that it made that much of a difference