From 1d12a33a9d5682cbac5ad704b290eb255ccbc048 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 9 Apr 2020 23:09:34 +0200 Subject: [PATCH] print num_buffers at end of build just to be sure --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b920cc9f..bd2279b65 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ endif ifndef SMP @echo " (Single-threading) " else - @echo " (Multi-threading; Max num-threads is $(NUM_THREADS))" + @echo " (Multi-threading; Max num-threads is $(NUM_THREADS)) NUM_BUFFERS=$(NUM_BUFFERS)" endif ifeq ($(DYNAMIC_ARCH), 1)