[Bug 271374] emulators/mame-0.254 fails to build on {amd64,i386}-14-CURRENT

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 15 May 2023 13:12:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271374

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open

--- Comment #6 from Robert Clausecker <fuz@FreeBSD.org> ---
Possible fixes for the 32 bit link problems:

 - check if it links with the BFD or Gold linkers instead of LLD
 - compile with -Os to reduce the binary size a little
 - if present, remove -g from 32 bit builds to reduce the binary size
   (even if we strip afterwards, the linker has to deal with debug symbols)
 - hack the build system to perform an incremental link

-- 
You are receiving this mail because:
You are the assignee for the bug.