95c53c62a0
* config/mh-x86omitfp: New host makefile fragment. Add -fomit-frame-pointer to the default BOOT_CFLAGS. * configure.in: Use it to speed up bootstrap on some IA-32 hosts. * configure: Regenerate. From-SVN: r87741
3 lines
120 B
Plaintext
3 lines
120 B
Plaintext
# Add -fomit-frame-pointer to the usual BOOT_CFLAGS to speed up the compiler.
|
|
BOOT_CFLAGS = -O2 -g -fomit-frame-pointer
|