mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-09 23:04:07 +00:00
adding bigobj flag on windows (#263)
This commit is contained in:
parent
81cf62d010
commit
a01220c56b
2
Jamfile
2
Jamfile
@ -13,6 +13,8 @@ project
|
||||
<include>$(BOOST_ROOT)
|
||||
<toolset>clang:<cxxflags>"-pedantic -Wextra -Wsign-compare -Wstrict-aliasing -fstrict-aliasing"
|
||||
<toolset>gcc:<cxxflags>"-pedantic -Wextra -Wsign-compare -Wstrict-aliasing -fstrict-aliasing"
|
||||
<toolset>msvc:<cxxflags>"/bigobj"
|
||||
<toolset>intel-win:<cxxflags>"/bigobj"
|
||||
: default-build
|
||||
<warnings>all
|
||||
;
|
||||
|
Loading…
x
Reference in New Issue
Block a user