From 4de9c6ecf66f27829d226b3ad414823589dacd13 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 13 Jul 2015 17:32:43 -0700 Subject: afl target: removed '-m none', added CMARK_OPTS. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ddcd105..8b8aebc 100644 --- a/Makefile +++ b/Makefile @@ -75,8 +75,7 @@ afl: -o test/afl_results \ -x test/afl_dictionary \ -t 100 \ - -m none \ - $(CMARK) + $(CMARK) $(CMARK_OPTS) mingw: mkdir -p $(MINGW_BUILDDIR); \ -- cgit v1.2.3