http://bugs.winehq.org/show_bug.cgi?id=59899 Bug ID: 59899 Summary: ARM64 64k alignment change tripled installation size Product: Wine Version: 10.6 Hardware: aarch64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: tools Assignee: wine-bugs@list.winehq.org Reporter: martin@martin.st CC: julliard@winehq.org Regression SHA1: e2686a5dffe9f4db3a983a4c1d2aba4f46f35758 Distribution: --- Before commit e2686a5dffe9f4db3a983a4c1d2aba4f46f35758 (winegcc: Set default section alignment to 64k on ARM64.), the size of a plain install of Wine (configured with "CFLAGS="-O2" CROSSCFLAGS="-O2" ./configure ... --without-x --without-freetype", installed with "make install-lib") tripled. Before this change, the size of the install (measured with "du -hs <prefix>") was 177 MB, after this change it was 536 MB - which seems a bit excessive. Would it be possible to only set the section alignment to 64k, while keeping the file alignment at 4k, to conserve file size - or does the file alignment need to be the same as or higher than the section alignment? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.