How to statically link to TBB?

后端 未结 7 2095
忘了有多久
忘了有多久 2020-12-05 19:00

How can I statically link the intel\'s TBB libraries to my application? I know all the caveats such as unfair load distribution of the scheduler, but I don\'t need the sched

相关标签:
7条回答
  • 2020-12-05 19:30

    Unfortunately it does not appear to be possible: From TBB site..
    One suggestion on the Intel forum was to compile it manually if you really need the static linkage: From Intel Forum.

    0 讨论(0)
提交回复
热议问题