From 27ca89d4794162d6d3c9d59ed62b3543d0d8e9e0 Mon Sep 17 00:00:00 2001 From: Ken T Takusagawa Date: Tue, 10 Nov 2015 05:30:38 -0500 Subject: [PATCH] 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 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index b6ffbe82..29b784e5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 -- 2.39.2