> > > Martin Zibricky <[email protected]> May 06 03:41PM +0200 > > upx does not support 64bit binaries on osx/win. > the most visible effect in size reduction is on win. > > See the UPX page at http://upx.sourceforge.net/ for the list of supported binaries.
The only specific Mac formats listed are "fat-darwin macho" and "powerpc-darwin-macho". The "macho" format has always allowed for 64-bit so it is surprising that UPX doesn't handle it. For Win I see only i386-win32.pe and some 16- and 32-bit DOS formats. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
