-ffunction-sections, -fdata-sections and -Wl,--gc-sections

Adrian Chadd adrian at freebsd.org
Tue Sep 17 21:56:39 UTC 2013


... I'd rather see if we can actually separate out things some more so
these builds can shrink.

Eg, if there's malloc related functions that aren't used, maybe we should
break malloc down into a directory full of functions.

I'm not surprised libc++ is doing .. that. It's likely better on the
compile time to have things bundled up in one big source file. Sigh.



-adrian


More information about the freebsd-current mailing list