diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2018-08-01 20:52:46 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2018-08-01 20:52:46 +0100 |
commit | 9fbd2e55a11d518f049ed3e7b0b9f647383eb020 (patch) | |
tree | 02c34fc0edd2a4239fadb2a51359fd012e2bb882 /gcc | |
parent | c191b1abe9db08abdf3b2d792980e8eee63735b5 (diff) | |
download | gcc-9fbd2e55a11d518f049ed3e7b0b9f647383eb020.zip gcc-9fbd2e55a11d518f049ed3e7b0b9f647383eb020.tar.gz gcc-9fbd2e55a11d518f049ed3e7b0b9f647383eb020.tar.bz2 |
Add -D_GLIBCXX_ASSERTIONS to DEBUG_FLAGS
Enable assertions in the extra debug library built when
--enable-libstdcxx-debug is used. Replace some Debug Mode assertions
in src/c++11/futex.cc with __glibcxx_assert, because the library will
never be built with Debug Mode.
* configure: Regenerate.
* configure.ac: Add -D_GLIBCXX_ASSERTIONS to default DEBUG_FLAGS.
* src/c++11/futex.cc: Use __glibcxx_assert instead of
_GLIBCXX_DEBUG_ASSERT.
From-SVN: r263235
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions