bdbcat / oesenc_pi

GNU General Public License v2.0
10 stars 17 forks source link

Unstripped flatpak plugin too big. #98

Closed leamas closed 3 years ago

leamas commented 3 years ago

The flatpak plugin needs to be stripped, see https://github.com/OpenCPN/OpenCPN/issues/2029

Current status:

[mk@snorken oesenc_pi-flatpak-4.2.15]$ ls -lh  lib/opencpn/
-rwxr-xr-x 1 mk mk 25M Jan  1  1970 liboesenc_pi.so
[mk@snorken oesenc_pi-flatpak-4.2.15]$ strip  lib/opencpn/liboesenc_pi.so 
[mk@snorken oesenc_pi-flatpak-4.2.15]$ ls -lh  lib/opencpn/
-rwxr-xr-x 1 mk mk 1.8M Aug 30 05:52 liboesenc_pi.so

I. e., the file is 25M, but should be 1.8M. The link above contains a proposed patch