how to determine value of cxxflags in bjam? Or append to it?
问题 I need to add to compiler flags using bjam. So either I need a way to append to the existing flags -- like CXXFLAGS+=whatever using gmake -- or I need to know the currently-used value of cxxflags so I can replace it with my additions. As usual, the documentation leaves me astonished at the complexity of bjam but no closer to being able to do anything useful with it. 回答1: If you are only looking to do this on the command line you can add flags by specifying "feature=value" arguments. In the