Skip to content

Commit

Permalink
init/Kconfig: Enable -O3 KBUILD_CFLAGS optimization for all architect…
Browse files Browse the repository at this point in the history
…ures

Signed-off-by: Alexandre Frade <kernel@xanmod.org>
  • Loading branch information
xanmod committed Feb 15, 2021
1 parent 66c24af commit 4ce6b24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init/Kconfig
Expand Up @@ -1322,7 +1322,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.
Expand Down

0 comments on commit 4ce6b24

Please sign in to comment.