How to statically link to TBB?

后端 未结 7 2250
忘了有多久
忘了有多久 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:12

    EDIT - Changed to use extra_inc. Thanks Jeff!

    Build with the following parameter:

    make extra_inc=big_iron.inc
    

    The static libraries will be built. See the caveats in build/big_iron.inc.

提交回复
热议问题