bfgroup / b2

B2 makes it easy to build C++ projects, everywhere.
https://www.bfgroup.xyz/b2/
Boost Software License 1.0
75 stars 228 forks source link

[question] Best way to pass _GLIBCXX_USE_CXX11_ABI=0/1 using b2? #376

Closed uilianries closed 4 months ago

uilianries commented 4 months ago

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 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.

Regards!