]> git.saurik.com Git - bison.git/commitdiff
(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 cdd080a59f6d72570c15322eece8d7773a24f13d..ac647c0e2b0b4504c32829b90fbc947a71730d73 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@'