mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 19:16:49 +08:00
Do not conceal the invocation of the benchmark program
It is better to be able to see what arguments it is being called with. No functional change Resolves #497
This commit is contained in:
committed by
Joona Kiiski
parent
cccf3c815c
commit
27ca89d479
@@ -387,7 +387,7 @@ profile-build:
|
||||
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) $(profile_make)
|
||||
@echo ""
|
||||
@echo "Step 2/4. Running benchmark for pgo-build ..."
|
||||
@$(PGOBENCH) > /dev/null
|
||||
$(PGOBENCH) > /dev/null
|
||||
@echo ""
|
||||
@echo "Step 3/4. Building final executable ..."
|
||||
@touch *.cpp *.h syzygy/*.cpp syzygy/*.h
|
||||
|
||||
Reference in New Issue
Block a user