Closed uilianries closed 6 months ago
Hello, I would like to know if is there a smart way to pass _GLIBCXX_USE_CXX11_ABI using b2?
_GLIBCXX_USE_CXX11_ABI
So far, we have been using define=_GLIBCXX_USE_CXX11_ABI=1, but reading https://www.boost.org/doc/libs/1_85_0/tools/build/doc/html/index.html I found c++abi option. Not sure if is related, or there is other option to manage it directly without using define.
define=_GLIBCXX_USE_CXX11_ABI=1
c++abi
define
Regards!
Thank you for your contributions. Main development of B2 has moved to https://github.com/bfgroup/b2 Please consider following up at https://github.com/bfgroup/b2/issues
Hello, I would like to know if is there a smart way to pass
_GLIBCXX_USE_CXX11_ABI
using b2?So far, we have been using
define=_GLIBCXX_USE_CXX11_ABI=1
, but reading https://www.boost.org/doc/libs/1_85_0/tools/build/doc/html/index.html I foundc++abi
option. Not sure if is related, or there is other option to manage it directly without usingdefine
.Regards!