From 5147d68b66ed62b4ff92c82e73a1f9fd11129262 Mon Sep 17 00:00:00 2001 From: xxlight Date: Thu, 2 Nov 2023 11:24:10 +0800 Subject: [PATCH] fbvndfsbv Signed-off-by: xxlight Change-Id: I150e10ce8d51841c015ea3726e8e831cd809034b --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 15528bb78343..f328eaada5bc 100644 --- a/Makefile +++ b/Makefile @@ -879,7 +879,7 @@ export DEBUG_CFLAGS ifdef CONFIG_FUNCTION_TRACER ifdef CONFIG_FTRACE_MCOUNT_USE_CC - CC_FLAGS_FTRACE += -mrecord-mcount +# CC_FLAGS_FTRACE += -mrecord-mcount ifdef CONFIG_HAVE_NOP_MCOUNT ifeq ($(call cc-option-yn, -mnop-mcount),y) CC_FLAGS_FTRACE += -mnop-mcount -- Gitee