(CXXFLAGS): New var.

This commit is contained in:
Paul Eggert
2003-06-02 07:25:54 +00:00
parent 504f20f77e
commit 713535c232

View File

@@ -17,6 +17,9 @@ GCC='@GCC@'
# The GCC C++ compiler.
CXX='@CXX@'
# We want no optimization with C++, too.
CXXFLAGS='@O0CFLAGS@ @WARNING_CXXFLAGS@ @WERROR_CFLAGS@'
# Are special link options needed?
LDFLAGS='@LDFLAGS@'