boostorg / build

B2 makes it easy to build C++ projects, everywhere.
Boost Software License 1.0
231 stars 49 forks source link

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

Closed uilianries closed 6 months ago

uilianries commented 6 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 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.

Regards!

github-actions[bot] commented 6 months ago

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