Merge pull request #2236 from marxin/pgo-fix-comment

Update comment about PGO build.
This commit is contained in:
Yann Collet 2020-07-09 08:48:04 -07:00 committed by GitHub
commit c0ee26ec15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,7 +227,7 @@ zstd-dll : $(ZSTD_CLI_OBJ)
$(CC) $(FLAGS) $^ -o $@$(EXT) $(LDFLAGS) $(CC) $(FLAGS) $^ -o $@$(EXT) $(LDFLAGS)
## zstd-pgo: zstd executable optimized with pgo. `gcc` only. ## zstd-pgo: zstd executable optimized with PGO.
zstd-pgo : zstd-pgo :
$(MAKE) clean $(MAKE) clean
$(MAKE) zstd MOREFLAGS=-fprofile-generate $(MAKE) zstd MOREFLAGS=-fprofile-generate