print num_buffers at end of build just to be sure

This commit is contained in:
Martin Kroeker 2020-04-09 23:09:34 +02:00 committed by GitHub
parent c00b960009
commit 1d12a33a9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ endif
ifndef SMP ifndef SMP
@echo " (Single-threading) " @echo " (Single-threading) "
else else
@echo " (Multi-threading; Max num-threads is $(NUM_THREADS))" @echo " (Multi-threading; Max num-threads is $(NUM_THREADS)) NUM_BUFFERS=$(NUM_BUFFERS)"
endif endif
ifeq ($(DYNAMIC_ARCH), 1) ifeq ($(DYNAMIC_ARCH), 1)