trace-pc-guard is enabled everywhere, so this is unneeded.
This commit is contained in:
Abhishek Arya 2017-02-02 09:26:23 -08:00 committed by GitHub
parent 73c431c225
commit 5c344e9872
1 changed files with 0 additions and 1 deletions

View File

@ -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',