summaryrefslogtreecommitdiffstats
path: root/dwarves.patch
blob: 589b22a48b3cae862bd04e8e639ea260678f1cd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/scripts/pahole-flags.sh
+++ b/scripts/pahole-flags.sh
@@ -17,4 +17,8 @@ if [ "${pahole_ver}" -ge "121" ]; then
 	extra_paholeopt="${extra_paholeopt} --btf_gen_floats"
 fi
 
+if [ "${pahole_ver}" -ge "124" ]; then
+	extra_paholeopt="${extra_paholeopt} --skip_encoding_btf_enum64"
+fi
+
 echo ${extra_paholeopt}