Skip to content

Commit

Permalink
test/parse_into.cpp requires /bigobj on msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
grisumbras committed Aug 12, 2023
1 parent c1da253 commit c6202d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,16 @@ project

for local f in $(SOURCES)
{
local extra-reqs ;
if $(f) = parse_into.cpp
{
extra-reqs += <toolset>msvc,<variant>debug:<cxxflags>/bigobj ;
}

run $(f) main.cpp /boost/json//boost_json
: requirements
<toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS
$(extra-reqs)
;
}

Expand Down

0 comments on commit c6202d3

Please sign in to comment.