We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8184dc4 commit 9730ca7Copy full SHA for 9730ca7
1 file changed
make/libraries
@@ -126,7 +126,7 @@ ifeq (clang,$(CXX_TYPE))
126
endif
127
ifeq (gcc,$(CXX_TYPE))
128
TBB_CC ?= $(subst g++,gcc,$(CXX))
129
- TBB_CXXFLAGS ?= -Wno-unknown-warning-option -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation $(CXXFLAGS_OPTIM_TBB) $(CXXFLAGS_FLTO_TBB)
+ TBB_CXXFLAGS ?= -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation $(CXXFLAGS_OPTIM_TBB) $(CXXFLAGS_FLTO_TBB)
130
131
TBB_CC ?= $(CC)
132
0 commit comments