https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96780
Moncef Mechri <moncef.mechri at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |moncef.mechri at gmail dot com --- Comment #18 from Moncef Mechri <moncef.mechri at gmail dot com> --- Currently, -ffold-simple-inlines is disabled when optimizations are disabled. Since it is pretty much standard practice to disable optimizations in debug builds (yes, I am aware that -Og exists), perhaps it would be a good idea to make -ffold-simple-inlines opt-out instead of opt-in even for non-optimized builds?