
From: Guo Xuenan <guoxuenan@huawei.com> hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I8PGC4 -------------------------------- in commit e2b3eb3c5 disable OPTIMIZE_INLINING by default, make it editable when using menuconfig Signed-off-by: Guo Xuenan <guoxuenan@huawei.com> Reviewed-by: Jason Yan <yanaijie@huawei.com> Signed-off-by: Chen Jun <chenjun102@huawei.com> Signed-off-by: Zheng Zengkai <zhengzengkai@huawei.com> Signed-off-by: Yuntao Liu <liuyuntao12@huawei.com> --- lib/Kconfig.debug | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 8c0b54eb9884..0ec578b89961 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -475,6 +475,7 @@ config HEADERS_INSTALL as uapi header sanity checks. config OPTIMIZE_INLINING + bool "Optimize inlining" def_bool n help This option determines if the kernel forces gcc to inline the functions -- 2.34.1