xref: /openbsd/gnu/gcc/config/mh-x86omitfp (revision 404b540a)
1# Add -fomit-frame-pointer to the usual BOOT_CFLAGS to speed up the compiler.
2BOOT_CFLAGS = -O2 -g -fomit-frame-pointer
3