diff options
-rw-r--r-- | arch/x86/Kconfig.debug | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 770397ec476c..84c71c7e62e8 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug | |||
@@ -258,7 +258,6 @@ config CPA_DEBUG | |||
258 | 258 | ||
259 | config OPTIMIZE_INLINING | 259 | config OPTIMIZE_INLINING |
260 | bool "Allow gcc to uninline functions marked 'inline'" | 260 | bool "Allow gcc to uninline functions marked 'inline'" |
261 | default y | ||
262 | help | 261 | help |
263 | This option determines if the kernel forces gcc to inline the functions | 262 | This option determines if the kernel forces gcc to inline the functions |
264 | developers have marked 'inline'. Doing so takes away freedom from gcc to | 263 | developers have marked 'inline'. Doing so takes away freedom from gcc to |