forward NO_CFLAGS to the CFLAGS, if set

This commit is contained in:
Martin Kroeker 2024-05-11 13:07:30 +02:00 committed by gxw
parent cb1b6bbcf9
commit 8f6ccfa6f4
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@ OBJS = utest_main2.o
OBJS_EXT = $(DIR_EXT)/utest_main2.o OBJS_EXT = $(DIR_EXT)/utest_main2.o
endif endif
ifeq ($(NO_CBLAS), 1)
override CFLAGS += -DNO_CBLAS
endif
all : run_test all : run_test
ifeq ($(OSNAME), AIX) ifeq ($(OSNAME), AIX)