]> git.saurik.com Git - bison.git/commitdiff
tests: no longer disable -O compiler options
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 8 Oct 2012 07:02:09 +0000 (09:02 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 22 Oct 2012 10:17:14 +0000 (12:17 +0200)
Tests are running without -O since
f377f69fec28013c79db4efe12bbb9d48987fb2c because some warnings (about
yylval not being initialized) show only when GCC is given -O2.  The
previous patch fixes the warnings. Run the test suite with compiler
options unmodified.

* tests/atlocal.in (O0CFLAGS, O0CXXFLAGS): Remove, use CFLAGS and
CXXFLAGS.


No differences found