On Fri, Feb 23, 2018 at 04:27:07PM +0100, Maxime Villard wrote: > Well... Yes. But we do have -fno-omit-frame-pointer, because we do care about > DDB. So why not put -fno-shrink-wrap along the way? This one does not increase > the code size, it just pushes the frame a little earlier. (I don't see how > this is specific to DEFCOPTS, by the way.)
DEFCOPTS force it into your config, while a "makeoptions" in GENERIC easily can be overriden in a custom config file (or GENERIC.local). Martin