aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d4dd2e4a045a..ece96fc01b38 100644
--- a/Makefile
+++ b/Makefile
@@ -618,7 +618,8 @@ KBUILD_AFLAGS += -gdwarf-2
618endif 618endif
619 619
620ifdef CONFIG_DEBUG_INFO_REDUCED 620ifdef CONFIG_DEBUG_INFO_REDUCED
621KBUILD_CFLAGS += $(call cc-option, -femit-struct-debug-baseonly) 621KBUILD_CFLAGS += $(call cc-option, -femit-struct-debug-baseonly) \
622 $(call cc-option,-fno-var-tracking)
622endif 623endif
623 624
624ifdef CONFIG_FUNCTION_TRACER 625ifdef CONFIG_FUNCTION_TRACER