From b786a9a5f47cd800eb1a8add0d9e81f42bd5f655 Mon Sep 17 00:00:00 2001 From: thor2002ro Date: Thu, 17 Jun 2021 20:33:16 +0300 Subject: [PATCH] enable o3 optimization --- init/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index a61c92066c2e4..493fba4e834cb 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1334,7 +1334,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.