From 5c344e9872a0621159e1f2a228f8848ec1820e19 Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Thu, 2 Feb 2017 09:26:23 -0800 Subject: [PATCH] Fixes #225 trace-pc-guard is enabled everywhere, so this is unneeded. --- infra/helper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/infra/helper.py b/infra/helper.py index 11c0e4db9..3d1d1af7a 100755 --- a/infra/helper.py +++ b/infra/helper.py @@ -260,7 +260,6 @@ def coverage(run_args): '-v', '%s:/out' % os.path.join(BUILD_DIR, 'out', args.project_name), '-v', '%s:/cov' % temp_dir, '-w', '/cov', - '-e', 'ASAN_OPTIONS=coverage=1', '-t', 'ossfuzz/base-runner', '/out/%s' % args.fuzzer_name, '-dump_coverage=1',