https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230402
--- Comment #12 from Mark Millard <[email protected]> --- (In reply to Mark Millard from comment #11) I forgot to mention limiting the linker (lld) to single threaded operation as a potential help relative to RAM usage during builds: LDFLAGS.lld+= -Wl,--no-threads in a make.conf or src.conf like file used for the likes of buildworld buildkernel activity. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
