mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
[test] Add /bigobj compiler flag for all tests run on windows with intel compiler.
This commit is contained in:
parent
0115da1dd3
commit
4ecb443891
@ -15,13 +15,15 @@ project boost-geometry-index-test
|
||||
<include>../../test # libs/geometry/test
|
||||
#<include>../../../../boost/geometry/extensions/contrib/ttmath
|
||||
<toolset>msvc:<asynch-exceptions>on
|
||||
<toolset>msvc:<cxxflags>/bigobj
|
||||
<host-os>windows,<toolset>intel:<cxxflags>/bigobj
|
||||
<library>/boost/timer//boost_timer
|
||||
;
|
||||
|
||||
test-suite boost-geometry-index-varray
|
||||
:
|
||||
[ run varray_old.cpp ]
|
||||
[ run varray.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
|
||||
[ run varray.cpp ]
|
||||
;
|
||||
|
||||
build-project algorithms ;
|
||||
|
@ -17,6 +17,7 @@ rule test_all
|
||||
: # test-files
|
||||
: # requirements
|
||||
<toolset>msvc:<cxxflags>/bigobj
|
||||
<host-os>windows,<toolset>intel:<cxxflags>/bigobj
|
||||
] ;
|
||||
}
|
||||
|
||||
|
@ -17,6 +17,7 @@ rule test_all
|
||||
: # test-files
|
||||
: # requirements
|
||||
<toolset>msvc:<cxxflags>/bigobj
|
||||
<host-os>windows,<toolset>intel:<cxxflags>/bigobj
|
||||
] ;
|
||||
}
|
||||
|
||||
|
@ -23,7 +23,8 @@ rule test_all
|
||||
<toolset>gcc,<target-os>windows:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32"
|
||||
<host-os>windows,<toolset>clang:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32"
|
||||
<toolset>msvc:<cxxflags>/bigobj
|
||||
<host-os>linux:<linkflags>"-lrt"
|
||||
<host-os>windows,<toolset>intel:<cxxflags>/bigobj
|
||||
<host-os>linux:<linkflags>"-lrt"
|
||||
] ;
|
||||
}
|
||||
|
||||
|
@ -18,6 +18,7 @@ project boost-geometry-test
|
||||
<toolset>msvc:<asynch-exceptions>on
|
||||
<toolset>msvc:<cxxflags>/bigobj
|
||||
<toolset>clang:<cxxflags>-Wno-unneeded-internal-declaration # supress warning by Boost.None
|
||||
<host-os>windows,<toolset>intel:<cxxflags>/bigobj
|
||||
;
|
||||
|
||||
build-project core ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user