Skip to content

Commit 3ed0fdd

Browse files
authored
don't compress perf with upx (#488)
Signed-off-by: Harper, Jason M <[email protected]>
1 parent 6e8aca4 commit 3ed0fdd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ perf-x86_64:
277277
mkdir -p bin/x86_64
278278
cp linux_perf/tools/perf/perf bin/x86_64/
279279
strip --strip-unneeded bin/x86_64/perf
280-
upx --best bin/x86_64/perf || true
281280

282281
perf-aarch64:
283282
ifeq ("$(wildcard perf-aarch64)","")
@@ -288,7 +287,6 @@ endif
288287
mkdir -p bin/aarch64
289288
cp linux_perf-aarch64/tools/perf/perf bin/aarch64/
290289
aarch64-linux-gnu-strip --strip-unneeded bin/aarch64/perf
291-
upx --best bin/aarch64/perf || true
292290

293291
perf: perf-x86_64 perf-aarch64
294292
@echo "Perf tools built successfully in bin/x86_64 and bin/aarch64 directories."

0 commit comments

Comments
 (0)