Skip to content

Commit 6a1f3e4

Browse files
authored
Remove debug printout of object list
1 parent 878b6d1 commit 6a1f3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ ifneq ($(BUILD_COMPLEX16),1)
507507
endif
508508

509509
FUNCOBJS = $(SBEXTOBJS) $(CXERBLAOBJS) $(SBBLASOBJS) $(SBLASOBJS) $(DBLASOBJS) $(CBLASOBJS) $(ZBLASOBJS)
510-
$(info FUNCOBJS = {[$(FUNCOBJS)]} )
510+
511511
ifdef EXPRECISION
512512
FUNCOBJS += $(QBLASOBJS) $(XBLASOBJS)
513513
endif

0 commit comments

Comments
 (0)