Remove debug printout of object list
This commit is contained in:
parent
878b6d1f41
commit
6a1f3e40af
|
@ -507,7 +507,7 @@ ifneq ($(BUILD_COMPLEX16),1)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
FUNCOBJS = $(SBEXTOBJS) $(CXERBLAOBJS) $(SBBLASOBJS) $(SBLASOBJS) $(DBLASOBJS) $(CBLASOBJS) $(ZBLASOBJS)
|
FUNCOBJS = $(SBEXTOBJS) $(CXERBLAOBJS) $(SBBLASOBJS) $(SBLASOBJS) $(DBLASOBJS) $(CBLASOBJS) $(ZBLASOBJS)
|
||||||
$(info FUNCOBJS = {[$(FUNCOBJS)]} )
|
|
||||||
ifdef EXPRECISION
|
ifdef EXPRECISION
|
||||||
FUNCOBJS += $(QBLASOBJS) $(XBLASOBJS)
|
FUNCOBJS += $(QBLASOBJS) $(XBLASOBJS)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue