Merge pull request #2236 from marxin/pgo-fix-comment
Update comment about PGO build.
This commit is contained in:
commit
c0ee26ec15
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user