summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpks <pks@pks.rocks>2021-04-03 09:17:16 +0200
committerpks <pks@pks.rocks>2021-04-03 09:17:16 +0200
commit43efc3f05187ab76a7ec67b17ee6e16b3b77f441 (patch)
tree391cce87832eea162a03bf26cb8fb405740380c0
parent6b3037dfc919ce6194226dd3e8d7208859a7dbb8 (diff)
add O3 patch for 5.10.X
-rw-r--r--patches/O3.patch10
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.