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!