Skip to content

TrigServices: Work around linking with tbb in debug build.

Scott Snyder requested to merge ssnyder/athena:dbg.TrigServices-20210809 into master

tbb doesn't declare tbb::task_arena::automatic properly (as of 2020_U2), leading to failures if one tries to link against it in the dbg build. Just hardcode its value here.

Merge request reports