We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9623d commit 96bfcd6Copy full SHA for 96bfcd6
Jamfile
@@ -17,8 +17,8 @@ project
17
: requirements
18
<implicit-dependency>/boost//headers
19
<include>$(BOOST_ROOT)
20
- <toolset>clang:<cxxflags>"-pedantic -Wextra -Wsign-compare -Wstrict-aliasing -fstrict-aliasing -Wvexing-parse"
21
- <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"
22
<toolset>msvc:<cxxflags>"/bigobj"
23
<toolset>intel-win:<cxxflags>"/bigobj"
24
: default-build
0 commit comments