Quote:
Originally Posted by NiLuJe
@ppoo: I'm not familiar with sb, but there should be an option somewhere to:
* Enable/Disable LTO support for GCC
* Enable/Disable plugins support for binutils
Barring that, -fno-lto -fno-use-linker-plugin in the CFLAGS
|
I am pretty sure that you can define in the sb2 instance things like "instance flags" for those options that will always be part of each use.
Little actual experience, but I seem to recall that in the docs.
An since that is a linker option (Link Time Optimization) it may have to go into LDFLAGS (maybe "also" into LDFLAGS).