Update comment about PGO build.

This commit is contained in:
Martin Liska 2020-07-09 09:31:51 +02:00
parent 978cea5d56
commit 5b9d6b992a
No known key found for this signature in database
GPG Key ID: 4DC182DC0FA73785

View File

@ -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