From 713535c232d8b947aad6da7f6d57db6535bbf439 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 2 Jun 2003 07:25:54 +0000 Subject: [PATCH] (CXXFLAGS): New var. --- tests/atlocal.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/atlocal.in b/tests/atlocal.in index cdd080a..ac647c0 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -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@' -- 2.7.4