diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/O3.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/O3.patch b/patches/O3.patch new file mode 100644 index 0000000..39180a8 --- /dev/null +++ b/patches/O3.patch @@ -0,0 +1,10 @@ +--- a/init/Kconfig 2021-04-02 08:40:21.069656436 +0200 ++++ b/init/Kconfig 2021-04-02 08:40:17.889696191 +0200 +@@ -1312,7 +1312,6 @@ + + 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. |