From 9f090abf7bf4ed889718f343014797a20a34f71d Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 29 Oct 2023 21:51:36 +0530 Subject: [PATCH] enable CONFIG_DEBUG_INFO_BTF --- extra-configs/btf.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 extra-configs/btf.sh diff --git a/extra-configs/btf.sh b/extra-configs/btf.sh new file mode 100755 index 0000000..cf876be --- /dev/null +++ b/extra-configs/btf.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +./scripts/config --file .config --enable DEBUG_INFO_BTF