summarylogtreecommitdiffstats
path: root/config.extra
diff options
context:
space:
mode:
authorDavid Cohen2023-02-21 20:20:15 -0600
committerDavid Cohen2023-02-21 20:20:15 -0600
commit18b2213090467da16118e8e210025dca8ce36c4d (patch)
treea58e89d5e18d947af0d9b07cbb36b4bf1075eddc /config.extra
parent0f797787e7d9d8fe9423a3e7a689ea0770302e6e (diff)
downloadaur-18b2213090467da16118e8e210025dca8ce36c4d.tar.gz
Update config file to match linux v6.2-arch1 and fix compilation
Until pahole is updated, we need to disable CONFIG_DEBUG_INFO_BTF on config.extra to prevent compilation failure. Signed-off-by: David Cohen <dacohen@pm.me>
Diffstat (limited to 'config.extra')
-rw-r--r--config.extra2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.extra b/config.extra
index 205c2184cfe1..3eb89756b61e 100644
--- a/config.extra
+++ b/config.extra
@@ -1,2 +1,4 @@
# The main config is based on official Arch's linux package.
# This config file is modifying the base config.
+
+# CONFIG_DEBUG_INFO_BTF is not set