diff --git a/tools/recipes/trace-cmd.recipe b/tools/recipes/trace-cmd.recipe index 22f23a7760e43d308dd9d8862a2876ac31973de8..3b6e91f82ac572becc893c06b9ac6e2f2e25a2cb 100644 --- a/tools/recipes/trace-cmd.recipe +++ b/tools/recipes/trace-cmd.recipe @@ -36,7 +36,7 @@ build_tracecmd() { # All variables need to be exported, NOT SET ON THE CLI of make-trace-cmd.sh # itself. Otherwise they will internally conflict with existing ones. export LDFLAGS="-static" NO_AUDIT=yes NO_PYTHON=yes CFLAGS="-O3" - ./make-trace-cmd.sh install install_libs + ./make-trace-cmd.sh install strip "$TRACE_CMD_BIN" }