Skip to content

Commit 7ebe7f3

Browse files
committed
quiet TBB compilation output
1 parent 87b9e3f commit 7ebe7f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Makevars.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@ ifeq ($(USE_TBB), SunOS)
8989
endif
9090
endif
9191

92+
# Silence some compilation warnings. This is a dirty trick, but is necessary
93+
# as TBB uses a number of #pragmas and compiler-specific switches depending
94+
# on the compiler and machine being compiled for, and it selects and activates
95+
# those switches only after confirming the specific compiler features it needs.
96+
ifneq ($(OS), Windows_NT)
97+
MAKE_ARGS += >/dev/null 2>&1
98+
endif
99+
92100
.PHONY: all tbb
93101

94102
# Order is important in Windows' case. See PKG_LIBS above

0 commit comments

Comments
 (0)