Skip to content

Commit

Permalink
TBB : Enable community preview features
Browse files Browse the repository at this point in the history
This is specifically because we want access to `this_task_arena::isolate()`. This feature is out of preview in current TBB versions, so we're not relying on a feature that is going to disappear.
  • Loading branch information
johnhaddon committed Mar 7, 2019
1 parent 03f0a14 commit f01b0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TBB/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

"commands" : [

"make -j {jobs} stdver=c++11",
"make -j {jobs} stdver=c++11 tbb_cpf=1",
"cp -r include/tbb {buildDir}/include",
"{installLibsCommand}",

Expand Down

0 comments on commit f01b0d3

Please sign in to comment.