aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4de51d72771..7d251290479d 100644
--- a/Makefile
+++ b/Makefile
@@ -492,7 +492,7 @@ endif
492include $(srctree)/arch/$(ARCH)/Makefile 492include $(srctree)/arch/$(ARCH)/Makefile
493 493
494ifdef CONFIG_FRAME_POINTER 494ifdef CONFIG_FRAME_POINTER
495CFLAGS += -fno-omit-frame-pointer $(call cc-option,-fno-optimize-sibling-calls,) 495CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
496else 496else
497CFLAGS += -fomit-frame-pointer 497CFLAGS += -fomit-frame-pointer
498endif 498endif