TrigServices: Work around linking with tbb in debug build.
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.
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.