From 43efc3f05187ab76a7ec67b17ee6e16b3b77f441 Mon Sep 17 00:00:00 2001 From: pks Date: Sat, 3 Apr 2021 09:17:16 +0200 Subject: add O3 patch for 5.10.X --- patches/O3.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 patches/O3.patch 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. -- cgit v1.2.3