mirror of
https://github.com/boostorg/detail.git
synced 2025-08-01 05:14:28 +02:00
Disabled libstdc++ debug mode to work around gcc 10.1 bug.
The debug mode fails to compile in C++11 mode because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95289.
This commit is contained in:
@@ -14,7 +14,8 @@ project detail/test
|
||||
<toolset>clang:<cxxflags>-ftemplate-depth-300
|
||||
<toolset>gcc:<cxxflags>-ftemplate-depth-300
|
||||
<toolset>gcc:<define>_STLP_DEBUG
|
||||
<toolset>gcc:<define>_GLIBCXX_DEBUG
|
||||
# Do not enable libstdc++ debug mode because of gcc 10.1 bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95289
|
||||
# <toolset>gcc:<define>_GLIBCXX_DEBUG
|
||||
<toolset>darwin:<cxxflags>-ftemplate-depth-300
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user