mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-24 09:14:12 +08:00
* acinclude.m4 (GLIBCXX_ENABLE_DEBUG_FLAGS): Fix comment.
From-SVN: r228433
This commit is contained in:
parent
89f54035b8
commit
38cccb0b7e
@ -1,5 +1,7 @@
|
||||
2015-10-02 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* acinclude.m4 (GLIBCXX_ENABLE_DEBUG_FLAGS): Fix comment.
|
||||
|
||||
* include/bits/locale_conv.h [!_GLIBCXX_USE_WCHAR_T]
|
||||
(__do_str_codecvt, __str_codecvt_in, __str_codecvt_out): Enable.
|
||||
* include/experimental/fs_path.h [!_GLIBCXX_USE_WCHAR_T]
|
||||
|
@ -2518,7 +2518,7 @@ dnl Check for explicit debug flags.
|
||||
dnl
|
||||
dnl --enable-libstdcxx-debug-flags='-O1'
|
||||
dnl is a general method for passing flags to be used when
|
||||
dnl building debug libraries with --enable-debug.
|
||||
dnl building debug libraries with --enable-libstdcxx-debug.
|
||||
dnl
|
||||
dnl --disable-libstdcxx-debug-flags does nothing.
|
||||
dnl + Usage: GLIBCXX_ENABLE_DEBUG_FLAGS(default flags)
|
||||
|
Loading…
Reference in New Issue
Block a user