We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c9472 commit 4a88b9aCopy full SHA for 4a88b9a
make/compiler_flags
@@ -247,7 +247,9 @@ endif
247
## silence warnings occuring due to the TBB and Eigen libraries
248
CXXFLAGS_WARNINGS += -Wno-ignored-attributes
249
## https://github.com/oneapi-src/oneTBB/issues/307
250
-CXXFLAGS_WARNINGS += -Wno-class-memaccess
+ifeq ($(CXX_TYPE), gcc)
251
+ CXXFLAGS_WARNINGS += -Wno-class-memaccess
252
+endif
253
254
################################################################################
255
# Setup OpenCL
0 commit comments