From 0d8c62ea659328568f2bab21ad723c43c232f153 Mon Sep 17 00:00:00 2001 From: Kui-Feng Lee Date: Tue, 15 Feb 2022 16:46:16 -0800 Subject: [PATCH] scripts/pahole-flags.sh: Enable parallelization of pahole. Pass a -j argument to pahole to parse DWARF and generate BTF with multithreading. Signed-off-by: Kui-Feng Lee --- scripts/pahole-flags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pahole-flags.sh b/scripts/pahole-flags.sh index c293941612e72..73f237ce44e80 100755 --- a/scripts/pahole-flags.sh +++ b/scripts/pahole-flags.sh @@ -1,7 +1,7 @@ #!/bin/sh # SPDX-License-Identifier: GPL-2.0 -extra_paholeopt= +extra_paholeopt=-j if ! [ -x "$(command -v ${PAHOLE})" ]; then exit 0