From: Paul Eggert Date: Mon, 2 Jun 2003 07:25:54 +0000 (+0000) Subject: (CXXFLAGS): New var. X-Git-Tag: BISON-2_0~290 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=713535c232d8b947aad6da7f6d57db6535bbf439;p=platform%2Fupstream%2Fbison.git (CXXFLAGS): New var. --- 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@'