From: Martin Liska Date: Thu, 9 Jul 2020 07:31:51 +0000 (+0200) Subject: Update comment about PGO build. X-Git-Tag: v1.4.7~122^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b9d6b992adef18b5486b93bb454c697bbe1d3ff;p=thirdparty%2Fzstd.git Update comment about PGO build. --- diff --git a/programs/Makefile b/programs/Makefile index 418ad4e63..6cb4a57c2 100644 --- a/programs/Makefile +++ b/programs/Makefile @@ -227,7 +227,7 @@ zstd-dll : $(ZSTD_CLI_OBJ) $(CC) $(FLAGS) $^ -o $@$(EXT) $(LDFLAGS) -## zstd-pgo: zstd executable optimized with pgo. `gcc` only. +## zstd-pgo: zstd executable optimized with PGO. zstd-pgo : $(MAKE) clean $(MAKE) zstd MOREFLAGS=-fprofile-generate