(CXXFLAGS): New var.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Jun 2003 07:25:54 +0000 (07:25 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Jun 2003 07:25:54 +0000 (07:25 +0000)
tests/atlocal.in

index cdd080a..ac647c0 100644 (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@'