diff --git a/tools/recipes/perf.recipe b/tools/recipes/perf.recipe index 36b7b042e5dd3933aaf56dc8da25c1a58b6dcd14..23e868cadc41942c77711242ce52e7e8a26709e6 100644 --- a/tools/recipes/perf.recipe +++ b/tools/recipes/perf.recipe @@ -16,7 +16,7 @@ build() { x86_64) arch=x86_64;; esac - make -f Makefile ARCH=$arch CROSS_COMPILE=$CROSS_COMPILE NO_SDT=1 LDFLAGS="-static" EXTRA_CFLAGS="-Wno-format-truncation" NO_LIBELF=1 + make -f Makefile ARCH=$arch CROSS_COMPILE=$CROSS_COMPILE NO_SDT=1 LDFLAGS="-static" EXTRA_CFLAGS="-Wno-format-truncation -Wno-error" NO_LIBELF=1 "$CROSS_COMPILE"strip perf }