On Wed, 9 Sep 2009, Dan Smithers wrote:
Should the C++ compiler use the CFLAGS passed into automake? or do I need to manually include them in CXXFLAGS?
CFLAGS and CXXFLAGS need to be different since the C and C++ compilers don't necessarily support the same options. CPPFLAGS is shared.
Bob -- Bob Friesenhahn [email protected], http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
