mirror of
https://github.com/boostorg/ratio.git
synced 2025-05-11 05:24:01 +00:00
Update test/Jamfile
This commit is contained in:
parent
4bfe66377b
commit
c0b4302dbf
@ -23,7 +23,7 @@ project
|
|||||||
#<include>$(BOOST_ROOT)
|
#<include>$(BOOST_ROOT)
|
||||||
# uncomment the line above if you build outside the Boost release
|
# uncomment the line above if you build outside the Boost release
|
||||||
#<include>../../..
|
#<include>../../..
|
||||||
<toolset>msvc:<asynch-exceptions>on
|
#<toolset>msvc:<asynch-exceptions>on
|
||||||
<define>BOOST_ENABLE_WARNINGS
|
<define>BOOST_ENABLE_WARNINGS
|
||||||
<define>BOOST_RATIO_USES_MPL_ASSERT
|
<define>BOOST_RATIO_USES_MPL_ASSERT
|
||||||
<define>BOOST_RATIO_VERSION=2
|
<define>BOOST_RATIO_VERSION=2
|
||||||
@ -31,18 +31,10 @@ project
|
|||||||
#<toolset>sun:<define>BOOST_COMMON_TYPE_DONT_USE_TYPEOF
|
#<toolset>sun:<define>BOOST_COMMON_TYPE_DONT_USE_TYPEOF
|
||||||
#<toolset>sun:<define>BOOST_TYPEOF_EMULATION
|
#<toolset>sun:<define>BOOST_TYPEOF_EMULATION
|
||||||
<toolset>sun:<define>__typeof__=__typeof__
|
<toolset>sun:<define>__typeof__=__typeof__
|
||||||
<warnings>all
|
<warnings>pedantic
|
||||||
<toolset>gcc:<cxxflags>-Wextra
|
|
||||||
<toolset>gcc:<cxxflags>-Wno-long-long
|
<toolset>gcc:<cxxflags>-Wno-long-long
|
||||||
<toolset>gcc:<cxxflags>-pedantic
|
|
||||||
<toolset>darwin:<cxxflags>-Wextra
|
|
||||||
<toolset>darwin:<cxxflags>-Wno-long-long
|
<toolset>darwin:<cxxflags>-Wno-long-long
|
||||||
<toolset>darwin:<cxxflags>-pedantic
|
|
||||||
#<toolset>pathscale:<cxxflags>-Wextra
|
|
||||||
<toolset>pathscale:<cxxflags>-Wno-long-long
|
<toolset>pathscale:<cxxflags>-Wno-long-long
|
||||||
<toolset>pathscale:<cxxflags>-pedantic
|
|
||||||
<toolset>clang:<cxxflags>-Wextra
|
|
||||||
<toolset>clang:<cxxflags>-pedantic
|
|
||||||
<toolset>clang:<cxxflags>-Wno-long-long
|
<toolset>clang:<cxxflags>-Wno-long-long
|
||||||
#<toolset>gcc-mingw-4.5.0:<cxxflags>-Wno-missing-field-initializers
|
#<toolset>gcc-mingw-4.5.0:<cxxflags>-Wno-missing-field-initializers
|
||||||
#<toolset>gcc-mingw-4.5.0:<cxxflags>-fdiagnostics-show-option
|
#<toolset>gcc-mingw-4.5.0:<cxxflags>-fdiagnostics-show-option
|
||||||
|
Loading…
x
Reference in New Issue
Block a user