diff --git a/fuzzers/Jamfile b/fuzzers/Jamfile index 5c7912015..b4d13fb28 100644 --- a/fuzzers/Jamfile +++ b/fuzzers/Jamfile @@ -11,10 +11,13 @@ use-project /torrent : .. ; feature fuzz : off external on : composite propagated link-incompatible ; feature.compose on : -fsanitize=fuzzer -fsanitize=fuzzer ; +feature sanitize : off on : composite propagated link-incompatible ; +feature.compose on : norecover norecover ; + # this is a build configuration that only does limited validation (i.e. no -# invariant-checks, asserts etc.). The purpose is to quickly iterate +# sanitizers, invariant-checks, asserts etc.). The purpose is to quickly iterate # on inputs to build code coverage -variant build_coverage : release : on off off ; +variant build_coverage : release : off on off off ; project fuzzers : requirements @@ -28,8 +31,7 @@ project fuzzers /torrent//torrent/ : default-build on - norecover - norecover + on static release on