From d976101a45fec7c68578ef8cafd5d4a639638bd6 Mon Sep 17 00:00:00 2001 From: Alexandre Frade Date: Thu, 3 Sep 2020 20:36:13 +0000 Subject: [PATCH] init/Kconfig: Enable -O3 KBUILD_CFLAGS optimization for all architectures Signed-off-by: Alexandre Frade --- init/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index f0c6ddc6b4762..48b4c82be3f2d 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1242,7 +1242,6 @@ config CC_OPTIMIZE_FOR_PERFORMANCE config CC_OPTIMIZE_FOR_PERFORMANCE_O3 bool "Optimize more for performance (-O3)" - depends on ARC help Choosing this option will pass "-O3" to your compiler to optimize the kernel yet more for performance.