We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236d391 commit 1ffe30eCopy full SHA for 1ffe30e
scripts/Makefile.btf
@@ -24,7 +24,7 @@ else
24
pahole-flags-$(call test-ge, $(pahole-ver), 126) = -j$(JOBS) --btf_features=encode_force,var,float,enum64,decl_tag,type_tag,optimized_func,consistent_func,decl_tag_kfuncs
25
26
ifneq ($(KBUILD_EXTMOD),)
27
-module-pahole-flags-$(call test-ge, $(pahole-ver), 126) += --btf_features=distilled_base
+module-pahole-flags-$(call test-ge, $(pahole-ver), 128) += --btf_features=distilled_base
28
endif
29
30
0 commit comments