From 1c15b30656d045fd149b07b9a45b0d2f2f330759 Mon Sep 17 00:00:00 2001 From: arvidn Date: Mon, 13 Apr 2020 16:06:50 +0200 Subject: [PATCH] restore the sanitize=on build feature for fuzzers --- fuzzers/Jamfile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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