We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8aca4 commit 3ed0fddCopy full SHA for 3ed0fdd
tools/Makefile
@@ -277,7 +277,6 @@ perf-x86_64:
277
mkdir -p bin/x86_64
278
cp linux_perf/tools/perf/perf bin/x86_64/
279
strip --strip-unneeded bin/x86_64/perf
280
- upx --best bin/x86_64/perf || true
281
282
perf-aarch64:
283
ifeq ("$(wildcard perf-aarch64)","")
@@ -288,7 +287,6 @@ endif
288
287
mkdir -p bin/aarch64
289
cp linux_perf-aarch64/tools/perf/perf bin/aarch64/
290
aarch64-linux-gnu-strip --strip-unneeded bin/aarch64/perf
291
- upx --best bin/aarch64/perf || true
292
293
perf: perf-x86_64 perf-aarch64
294
@echo "Perf tools built successfully in bin/x86_64 and bin/aarch64 directories."
0 commit comments