diff options
-rw-r--r-- | Makefile.flags | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.flags b/Makefile.flags index f5f446598..e77c0e527 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -53,6 +53,9 @@ CFLAGS += $(call cc-option,-fno-builtin-strlen -finline-limit=0 -fomit-frame-poi | |||
53 | CFLAGS += $(call cc-option,-fno-guess-branch-probability,) | 53 | CFLAGS += $(call cc-option,-fno-guess-branch-probability,) |
54 | CFLAGS += $(call cc-option,-funsigned-char -static-libgcc,) | 54 | CFLAGS += $(call cc-option,-funsigned-char -static-libgcc,) |
55 | CFLAGS += $(call cc-option,-falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1,) | 55 | CFLAGS += $(call cc-option,-falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1,) |
56 | # Defeat .eh_frame bloat (gcc 4.6.3 x86-32 defconfig: 20% smaller busybox binary): | ||
57 | CFLAGS += $(call cc-option,-fno-unwind-tables,) | ||
58 | CFLAGS += $(call cc-option,-fno-asynchronous-unwind-tables,) | ||
56 | 59 | ||
57 | # FIXME: These warnings are at least partially to be concerned about and should | 60 | # FIXME: These warnings are at least partially to be concerned about and should |
58 | # be fixed.. | 61 | # be fixed.. |