amnuwan
amnuwan
> Debug build or release? If release build, did you strip debugging symbols? Release build. Stripping ( compiling with option -S ) increases object file further : from 3.8 MB...
@djarek thanks, I'll check about the option, I know striping can reduce the size a little, but if it has a cost to crash error reporting, I don't preffer that....
No. The issue remains. 1st message has details to reproduce. On Sun, 16 Aug 2020 at 3:19 PM, stale[bot] wrote: > > > This issue has been open for a...
Any update on this ? On Sun, Aug 16, 2020, 16:09 Richard Hodges wrote: > Ok, I’ve been off work for a few days. I’ll tackle this on Monday. >...
Nice, so I will continue to use beast for mobile assuming size will be reduced in the recent future. Below library generate a really small binary I was thinking use...
Can this take some time to be resolved ? Like 2-4 months ?
As a mitigation, following things helped -fvisibility=hidden -Os -flto=full -Wl,--gc-sections,--as-needed Also striping In my project, overall I was able to obtain .so file of size 3.1 MB ( Around 2...