mirror of
https://github.com/boostorg/detail.git
synced 2025-07-30 20:37:14 +02:00
Removed compiler options that are not supported by clang-cl.
This commit is contained in:
@ -9,14 +9,12 @@ build-project container_fwd ;
|
|||||||
|
|
||||||
project detail/test
|
project detail/test
|
||||||
: requirements
|
: requirements
|
||||||
|
<c++-template-depth>300
|
||||||
<toolset>clang:<cxxflags>-Wno-unused
|
<toolset>clang:<cxxflags>-Wno-unused
|
||||||
<toolset>clang:<cxxflags>-Wno-tautological-compare
|
<toolset>clang:<cxxflags>-Wno-tautological-compare
|
||||||
<toolset>clang:<cxxflags>-ftemplate-depth-300
|
|
||||||
<toolset>gcc:<cxxflags>-ftemplate-depth-300
|
|
||||||
<toolset>gcc:<define>_STLP_DEBUG
|
<toolset>gcc:<define>_STLP_DEBUG
|
||||||
# Do not enable libstdc++ debug mode because of gcc 10.1 bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95289
|
# 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>gcc:<define>_GLIBCXX_DEBUG
|
||||||
<toolset>darwin:<cxxflags>-ftemplate-depth-300
|
|
||||||
;
|
;
|
||||||
|
|
||||||
# import rules for testing conditional on config file variables
|
# import rules for testing conditional on config file variables
|
||||||
|
@ -9,9 +9,12 @@ project detail/test/container_fwd
|
|||||||
: requirements
|
: requirements
|
||||||
<warnings>all
|
<warnings>all
|
||||||
<toolset>intel:<warnings>on
|
<toolset>intel:<warnings>on
|
||||||
<toolset>gcc:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter -Wconversion"
|
<toolset>gcc:<warnings>pedantic
|
||||||
<toolset>darwin:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter -Wconversion"
|
<toolset>gcc:<cxxflags>"-Wstrict-aliasing -fstrict-aliasing -Wsign-promo -Wunused-parameter -Wconversion"
|
||||||
<toolset>clang:<cxxflags>"-pedantic -Wextra -Wmismatched-tags"
|
<toolset>darwin:<warnings>pedantic
|
||||||
|
<toolset>darwin:<cxxflags>"-Wstrict-aliasing -fstrict-aliasing -Wsign-promo -Wunused-parameter -Wconversion"
|
||||||
|
<toolset>clang:<warnings>pedantic
|
||||||
|
<toolset>clang:<cxxflags>"-Wmismatched-tags"
|
||||||
<warnings-as-errors>on
|
<warnings-as-errors>on
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user