Browse Source

print num_buffers at end of build just to be sure

pull/2546/head
Martin Kroeker GitHub 6 years ago
parent
commit
1d12a33a9d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -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)


Loading…
Cancel
Save