init: CC_OPTIMIZE_FOR_PERFORMANCE_O3 don't depend on ARC

Signed-off-by: celtare21 <celtare21@gmail.com>
This commit is contained in:
celtare21 2021-12-20 06:13:20 -05:00 committed by Ksawlii
parent 0d3102deea
commit 65da85351f

View file

@ -1432,7 +1432,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.