Skip to content

Commit

Permalink
prepare for bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Mar 15, 2024
1 parent 1ea1b77 commit 484243e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -247,13 +247,13 @@ if(NOT ${TBB_TARGET_EXISTED})
set(TBB_CXXFLAGS "-mno-rtm")
endif()

if("${TBB_COMPILER}" STREQUAL "gcc")
#if("${TBB_COMPILER}" STREQUAL "gcc")
## Don't know why it's a problem yet, but if we're using
## GCC, get rid of the DO_ITT_NOTIFY flag
## This seems not to be essential anymore; consider
## deleting in the next release.
# set(TBB_CXXFLAGS "${TBB_CXXFLAGS} -UDO_ITT_NOTIFY")
endif()
#endif()

set(TBB_CXXFLAGS "${TBB_CXXFLAGS} ${CXXSTDFLAG}")

Expand Down

0 comments on commit 484243e

Please sign in to comment.