This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Bug libstdc++/47368] New: CFLAGS_FOR_TARGET, profiledbootstrap and lto-bootstrap flags unused in libstdc++-v3


>    The  libstdc++-v3 build also doesn't utilize the profiling flags produced in
> a profiledbootstrap or the lto flags produced from an lto-bootstrap.
profiledbootstrap/lto-bootstrap is about FDO/LTO while building compiler, not runtime.
It would probably make sense for libstdc++-v3 to eventually build the shared lib with
LTO, but we need to solve debug info quality issues...

Honza


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]