I need to build boost 1.62 on gcc 6.3 with option -D_GLIBCXX_USE_CXX11_ABI=0...
Can I doing this so:
./b2 --cxxflags="-D_GLIBCXX_USE_CXX11_ABI=0" --prefix=/usr/local install -j5
or boost 1.62 can't be compiled with this options?
I need to build boost 1.62 on gcc 6.3 with option -D_GLIBCXX_USE_CXX11_ABI=0...
Can I doing this so:
./b2 --cxxflags="-D_GLIBCXX_USE_CXX11_ABI=0" --prefix=/usr/local install -j5
or boost 1.62 can't be compiled with this options?