X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=86afd58ac6b449d177eb8c251bd9e6dae02985fa;hp=1e765faad581025f642e44dce80baf18a9306a9f;hb=20a6f99cdb87d5877d490abceb795f7e68c5b4a6;hpb=c4fc82c6b794c832bc9a4fc406cb4773d12c620b diff --git a/src/Makefile b/src/Makefile index 1e765faa..86afd58a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -389,7 +389,7 @@ profile-build: $(MAKE) ARCH=$(ARCH) COMP=$(COMP) $(profile_make) @echo "" @echo "Step 2/4. Running benchmark for pgo-build ..." - @sleep 10 | $(PGOBENCH) > /dev/null + @$(PGOBENCH) > /dev/null @echo "" @echo "Step 3/4. Building final executable ..." @touch *.cpp @@ -409,14 +409,14 @@ double-profile-build: $(MAKE) ARCH=x86-64 COMP=$(COMP) $(profile_make) @echo "" @echo "Step 2/6. Running benchmark for pgo-build (popcnt disabled)..." - @sleep 10 | $(PGOBENCH) > /dev/null + @$(PGOBENCH) > /dev/null @echo "" @echo "Step 3/6. Building executable for benchmark (popcnt enabled)..." @touch *.cpp *.h $(MAKE) ARCH=x86-64-modern COMP=$(COMP) $(profile_make) @echo "" @echo "Step 4/6. Running benchmark for pgo-build (popcnt enabled)..." - @sleep 10 | $(PGOBENCH) > /dev/null + @$(PGOBENCH) > /dev/null @echo "" @echo "Step 5/6. Building final executable ..." @touch *.cpp *.h