mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-09 23:04:07 +00:00
activate more warnings (#322)
This commit is contained in:
parent
2d9623d7ff
commit
96bfcd620c
4
Jamfile
4
Jamfile
@ -17,8 +17,8 @@ project
|
||||
: requirements
|
||||
<implicit-dependency>/boost//headers
|
||||
<include>$(BOOST_ROOT)
|
||||
<toolset>clang:<cxxflags>"-pedantic -Wextra -Wsign-compare -Wstrict-aliasing -fstrict-aliasing -Wvexing-parse"
|
||||
<toolset>gcc:<cxxflags>"-pedantic -Wextra -Wsign-compare -Wstrict-aliasing -fstrict-aliasing"
|
||||
<toolset>clang:<cxxflags>"-pedantic -Wextra -Wsign-compare -Wstrict-aliasing -fstrict-aliasing -Wvexing-parse -Wfloat-conversion"
|
||||
<toolset>gcc:<cxxflags>"-pedantic -Wextra -Wsign-compare -Wstrict-aliasing -fstrict-aliasing -Wfloat-conversion"
|
||||
<toolset>msvc:<cxxflags>"/bigobj"
|
||||
<toolset>intel-win:<cxxflags>"/bigobj"
|
||||
: default-build
|
||||
|
Loading…
x
Reference in New Issue
Block a user