borzh / botrix

Source code for Half-Life 2: Deathmatch bots.
37 stars 14 forks source link

Don't strip the linux build. #1

Closed asherkin closed 8 years ago

asherkin commented 8 years ago

It makes debugging annoyingly hard.

Hi there, I'm one of the core SourceMod developers and operate Throttle which is a crash reporting service used by a number of servers.

Your plugin shows up in crash dumps with some frequency (115 in the last 90 days), but the binaries you release are stripped with means that these crashes cannot be matched up with their location in the source code. Please merge this PR so that these crashes can be investigated.

In the future, it may be worth considering building with full debug symbols and stripping only these debug symbols out to a separate file, then shipping both files. You can see how this is done in SourceMod builds here.

borzh commented 8 years ago

All right, thanks.