We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d27a4cd + bf4a43f commit bc96d4bCopy full SHA for bc96d4b
programs/Makefile
@@ -232,7 +232,7 @@ zstd-dll : zstd
232
.PHONY: zstd-pgo
233
zstd-pgo : LLVM_PROFDATA?=llvm-profdata
234
zstd-pgo : PROF_GENERATE_FLAGS=-fprofile-generate $(if $(findstring gcc,$(CC)),-fprofile-dir=.)
235
-zstd-pgo : PROF_USE_FLAGS=-fprofile-use $(if $(findstring gcc,$(CC)),-fprofile-dir=. -Werror=missing-profile -Wno-error=coverage-mismatch)
+zstd-pgo : PROF_USE_FLAGS=-fprofile-use $(if $(findstring gcc,$(CC)),-fprofile-dir=. -Wno-error=missing-profile -Wno-error=coverage-mismatch)
236
zstd-pgo :
237
$(MAKE) clean HASH_DIR=$(HASH_DIR)
238
$(MAKE) zstd HASH_DIR=$(HASH_DIR) MOREFLAGS="$(PROF_GENERATE_FLAGS)"
0 commit comments