kbuild: enable -O3 and -Ofast flags for all
This commit is contained in:
parent
c363059cc0
commit
35d1affc23
1 changed files with 0 additions and 2 deletions
|
@ -1554,14 +1554,12 @@ config CC_OPTIMIZE_FOR_PERFORMANCE
|
||||||
|
|
||||||
config CC_OPTIMIZE_FOR_PERFORMANCE_O3
|
config CC_OPTIMIZE_FOR_PERFORMANCE_O3
|
||||||
bool "Optimize more for performance (-O3)"
|
bool "Optimize more for performance (-O3)"
|
||||||
depends on ARC
|
|
||||||
help
|
help
|
||||||
Choosing this option will pass "-O3" to your compiler to optimize
|
Choosing this option will pass "-O3" to your compiler to optimize
|
||||||
the kernel yet more for performance.
|
the kernel yet more for performance.
|
||||||
|
|
||||||
config CC_OPTIMIZE_FOR_PERFORMANCE_UNSAFE
|
config CC_OPTIMIZE_FOR_PERFORMANCE_UNSAFE
|
||||||
bool "Optimize more for performance (-Ofast)"
|
bool "Optimize more for performance (-Ofast)"
|
||||||
depends on ARC
|
|
||||||
help
|
help
|
||||||
Choosing this option will pass "-Ofast" and some extreme optimizations
|
Choosing this option will pass "-Ofast" and some extreme optimizations
|
||||||
to your compiler to optimize the kernel yet more for performance.
|
to your compiler to optimize the kernel yet more for performance.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue