mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
I suspect that since -flto was added listing generation wasn't working. -ffat-lto-objects allows tools like objdump to still work by including both the internal compiler representation (for LTO) and generated code in the .o files. It increases the compile time from 12s to 17s on my machine but I think it is small enough cost for the benefit. Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> License: MIT