diff options
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -789,6 +789,9 @@ KBUILD_CFLAGS += $(call cc-disable-warning, pointer-sign) | |||
| 789 | # disable invalid "can't wrap" optimizations for signed / pointers | 789 | # disable invalid "can't wrap" optimizations for signed / pointers |
| 790 | KBUILD_CFLAGS += $(call cc-option,-fno-strict-overflow) | 790 | KBUILD_CFLAGS += $(call cc-option,-fno-strict-overflow) |
| 791 | 791 | ||
| 792 | # Make sure -fstack-check isn't enabled (like gentoo apparently did) | ||
| 793 | KBUILD_CFLAGS += $(call cc-option,-fno-stack-check,) | ||
| 794 | |||
| 792 | # conserve stack if available | 795 | # conserve stack if available |
| 793 | KBUILD_CFLAGS += $(call cc-option,-fconserve-stack) | 796 | KBUILD_CFLAGS += $(call cc-option,-fconserve-stack) |
| 794 | 797 | ||
