Respect CXX, CXXFLAGS and LDFLAGS from users environment; among other things it fixes dist and cross compiling.
But the "build" file also needs:
CXX = g++
On top of it because the variable might not be set for everyone.
Respect flags from the environment.
Log in to post a comment.
Respect flags from the environment.