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)
commit8f8439cee10db2ba526f3797e163b16c1d4f0c9d
tree902db0a5f78ff4e9de8f6b8ab64e49dd731ef31b
parentfa5303b8ff748b8feab0b2613773056ce9f3ff54
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