revert previous, num_buffers is not a makefile variable
This commit is contained in:
parent
ff23bd09f4
commit
d8bdd4f236
2
Makefile
2
Makefile
|
@ -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)) NUM_BUFFERS=$(NUM_BUFFERS)"
|
@echo " (Multi-threading; Max num-threads is $(NUM_THREADS))"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(DYNAMIC_ARCH), 1)
|
ifeq ($(DYNAMIC_ARCH), 1)
|
||||||
|
|
Loading…
Reference in New Issue