hi. the wiki page about LTO recommends (https://wiki.gentoo.org/wiki/LTO#Enable_LTO) putting some flags to have the compiler throw errors on some C/C++ warnings. This was recently added, and wasn't there when I last checked some months ago.
In the last bit (https://wiki.gentoo.org/wiki/LTO#Disable_LTO_per_Package) it tells you that while waiting for an upstream fix, you should disable LTO for that package, and recommends adding a nolto.conf for it. This file doesn't remove the flags, so the package still doesn't compile. How can I edit the article so that the file removes the warning flags too?
Bonus points: I want to explain in detail what the lto flag means. Because if you read the description, it would seem to enable lto, but that's apparently not the case. In the Toolchain/LTO page this is even referenced in the context of making it more clear.