Skip to content

Commit fe47dc8

Browse files
authored
Add message highlighting minimum target choice at end of DYNAMIC_ARCH builds
related to #2526
1 parent c0da205 commit fe47dc8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ else
8484
@echo " (Multi-threading; Max num-threads is $(NUM_THREADS))"
8585
endif
8686

87+
ifeq ($(DYNAMIC_ARCH), 1)
88+
@echo " Supporting multiple $(ARCH) cpu models with minimum requirement for the common code being $(CORE)"
89+
endif
90+
8791
ifeq ($(USE_OPENMP), 1)
8892
@echo
8993
@echo " Use OpenMP in the multithreading. Because of ignoring OPENBLAS_NUM_THREADS and GOTO_NUM_THREADS flags, "

0 commit comments

Comments
 (0)