mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00: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:
parent
cccf3c815c
commit
27ca89d479
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue