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, 8 Oct 2012 07:51:08 +0000 (09:51 +0200)
commit321d3e35d52c3a118e4fd574ec63e667c330a40e
treeb3a7f5c2b9a475c8013eecf3cbc6df683e6fa4d3
parente365aa4c3de212d7c6ea8d9b7d142ca3be2db6cd
tests: no longer disable -O compiler options

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.
NEWS
tests/atlocal.in