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 Sep 4, 2020
1 parent 723c400 commit d976101
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init/Kconfig
Expand Up @@ -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.
Expand Down

0 comments on commit d976101

Please sign in to comment.