mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
zstd-pgo: do not make clean and zstd in parallel
otherwise, there might not be a ./zstd to run
This commit is contained in:
parent
fc20b3c441
commit
a38ad53ace
1 changed files with 3 additions and 2 deletions
|
|
@ -203,8 +203,9 @@ zstd-noxz : LZMA_MSG := - xz/lzma support is disabled
|
|||
zstd-noxz : zstd
|
||||
|
||||
|
||||
zstd-pgo : MOREFLAGS = -fprofile-generate
|
||||
zstd-pgo : clean zstd
|
||||
zstd-pgo :
|
||||
$(MAKE) clean
|
||||
$(MAKE) zstd MOREFLAGS=-fprofile-generate
|
||||
./zstd -b19i1 $(PROFILE_WITH)
|
||||
./zstd -b16i1 $(PROFILE_WITH)
|
||||
./zstd -b9i2 $(PROFILE_WITH)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue