getodk / xlsform-offline

ODK XLSForm Offline is a Python application for converting an XLSForm into an XForm that is valid and compliant with the ODK XForms specification. Contribute and make the world a better place! ✨🌍✨
Other
17 stars 26 forks source link

Reduce the size of the macOS binary #31

Open yanokwa opened 5 years ago

yanokwa commented 5 years ago

The size of the macOS binary is much bigger than the Windows binary. This is likely because UPX is not running properly.

lognaturel commented 4 years ago

@shouryaj @estberg if y'all are interested in exploring the Windows binary size issue, UPX is probably the first place to look, as @yanokwa pointed out in the issue.