]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update comment about PGO build. 2236/head
authorMartin Liska <mliska@suse.cz>
Thu, 9 Jul 2020 07:31:51 +0000 (09:31 +0200)
committerMartin Liska <mliska@suse.cz>
Thu, 9 Jul 2020 07:31:51 +0000 (09:31 +0200)
programs/Makefile

index 418ad4e6348e462660975432dbea805a53d06daf..6cb4a57c2c8bf6233f474ff09bebcc5d2a0f9909 100644 (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