Closed lkeegan closed 1 year ago
using master branch until next release for TBB_ENABLE_IPO option which was added in https://github.com/oneapi-src/oneTBB/pull/608
TBB_ENABLE_IPO
we need to disable IPO for the msys2 wheel builds since it is enabled by default in tbb, but explicitly disabled by pybind11 on that platform.
fixed in v2021.7.0
using master branch until next release for
TBB_ENABLE_IPO
option which was added in https://github.com/oneapi-src/oneTBB/pull/608we need to disable IPO for the msys2 wheel builds since it is enabled by default in tbb, but explicitly disabled by pybind11 on that platform.