You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emscripten uses static linking, so we should explicitly request a static TBB library instead of
* explicitly asking for shared (current instructions)
* using the default, i.e., shared
Both of the above get overridden with multiple warnings.
To compile oneTBB without ``pthreads``, set the flag ``-DEMSCRIPTEN_WITHOUT_PTHREAD=true`` in the command above. By default, oneTBB uses the ``pthreads``.
0 commit comments