Hello,
I am trying to remove the use of the frame pointers for bootloader_util.c because I am getting the error : "r7 cannot be used in asm here", but I only know how to remove the frame pointers to all files by using -fomit-frame-pointer in CFLAGS. How do I make only one single file omit the frame pointers?
Thank you very much for your help!