diff --git a/scripts/pahole-flags.sh b/scripts/pahole-flags.sh index c293941612e72216eff29dc1aaa17e9fad6d8a38..0d99ef17e4a52876a895295b16320646344ad0e8 100755 --- a/scripts/pahole-flags.sh +++ b/scripts/pahole-flags.sh @@ -16,5 +16,8 @@ fi if [ "${pahole_ver}" -ge "121" ]; then extra_paholeopt="${extra_paholeopt} --btf_gen_floats" fi +if [ "${pahole_ver}" -ge "122" ]; then + extra_paholeopt="${extra_paholeopt} -j" +fi echo ${extra_paholeopt}