diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-x86omitfp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/mh-x86omitfp b/config/mh-x86omitfp new file mode 100644 index 0000000..563f02b --- /dev/null +++ b/config/mh-x86omitfp @@ -0,0 +1,2 @@ +# Add -fomit-frame-pointer to the usual BOOT_CFLAGS to speed up the compiler. +BOOT_CFLAGS = -O2 -g -fomit-frame-pointer |