diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-13 17:32:43 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-13 17:32:43 -0700 |
commit | 4de9c6ecf66f27829d226b3ad414823589dacd13 (patch) | |
tree | d751d440d9c0019306e8cc55380968bd100ce525 | |
parent | 7a6a00366b01c100ea866f14e33090497e9c31ef (diff) |
afl target: removed '-m none', added CMARK_OPTS.
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); \ |