From: Bernhard M. Wiedemann Date: Mon, 29 Oct 2018 16:20:03 +0000 (+0100) Subject: pgo: also optimize compression X-Git-Tag: v1.3.8~59^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=572279e73e35e158886cca3a732a00fd1f24888c;p=thirdparty%2Fzstd.git pgo: also optimize compression and clean *.o so that linking does not fail from code that is partially augmented with coverage generation instructions --- diff --git a/programs/Makefile b/programs/Makefile index 7b89e9204..0bfb8b9a6 100644 --- a/programs/Makefile +++ b/programs/Makefile @@ -212,8 +212,7 @@ zstd-pgo : ./zstd -b $(PROFILE_WITH) ./zstd -b7i2 $(PROFILE_WITH) ./zstd -b5 $(PROFILE_WITH) - $(RM) zstd - $(RM) $(ZSTDDECOMP_O) + $(RM) zstd *.o $(ZSTDDECOMP_O) $(ZSTDDIR)/compress/*.o $(MAKE) zstd MOREFLAGS=-fprofile-use # minimal target, with only zstd compression and decompression. no bench. no legacy.