xref: /openbsd-src/gnu/usr.bin/binutils-2.17/config/mh-x86omitfp (revision 3d8817e467ea46cf4772788d6804dd293abfb01a)
1# Add -fomit-frame-pointer to the usual BOOT_CFLAGS to speed up the compiler.
2BOOT_CFLAGS = -O2 -g -fomit-frame-pointer
3