From ec317d566821f316333b936b4b29bace359cb3ea Mon Sep 17 00:00:00 2001 From: John McMaster Date: Tue, 11 Dec 2018 18:33:39 -0800 Subject: [PATCH] intpips: quick N=1 since better segmatch filtering Signed-off-by: John McMaster --- fuzzers/050-intpips/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fuzzers/050-intpips/Makefile b/fuzzers/050-intpips/Makefile index 29767f12..e699487a 100644 --- a/fuzzers/050-intpips/Makefile +++ b/fuzzers/050-intpips/Makefile @@ -1,6 +1,5 @@ -# WARNING: N must be relatively high (say 10) or segmatch -m/M will fail ifeq ($(QUICK),Y) -N := 10 +N := 1 else # Do relatively large batch to keep parallelism high # LCM between 12 (CPUs on my system) and 16, a common CPU count