We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4111

Summary: Not stripping debug symbols
Product: SDL Reporter: Daan <daansgames>
Component: buildAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: daansgames, icculus
Version: don't know   
Hardware: All   
OS: Android (All)   

Description Daan 2018-03-18 08:15:45 UTC
The latest version of SDL (2.0.8) has a change in the Android.mk file. The following line has been added

cmd-strip := 

This disables the stripping of debug symbols from the .so libraries. I noticed it because my application size quadrupled in size. I suggest to remove this line from the .mk file or make it conditionally, thus only disable stripping in debug mode.
Comment 1 Ryan C. Gordon 2018-06-25 05:51:22 UTC
Fixed in https://hg.libsdl.org/SDL/rev/a1fde7f4230f, thanks!

--ryan.