diff --git a/test/Jamfile b/test/Jamfile index 94c488bcd..92a6a720c 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -65,9 +65,16 @@ project for local f in $(SOURCES) { + local extra-reqs ; + if $(f) = parse_into.cpp + { + extra-reqs += msvc,debug:/bigobj ; + } + run $(f) main.cpp /boost/json//boost_json : requirements msvc:_CRT_SECURE_NO_WARNINGS + $(extra-reqs) ; }