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 - Not stripping debug symbols
Summary: Not stripping debug symbols
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: don't know
Hardware: All Android (All)
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-18 08:15 UTC by Daan
Modified: 2018-06-25 05:51 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.