[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] CFLAGS and g++



"Tommie M. Jones" wrote:
> 
> I am writing a Makefile and am setting the CFLAGS variable.  However it
> only seems to work with the gcc compiler, Is there the equivalent for g++.
> (At least for me the g++ commands seem to be ignoring the CFLAGS var.)

If you are using GNU make you can issue the command 'make -p -f
/dev/null' to see the rules and variables used.  CXXFLAGS is the
variable you need.
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.