commit | f2d015349a7dfa75619a2fdcd841806b0a099c79 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Wed Jan 27 13:27:35 2021 +0000 |
committer | Florian Mayer <fmayer@google.com> | Wed Jan 27 14:21:33 2021 +0000 |
tree | b39387382d83e60c958ea45776730bb0a508ba54 | |
parent | 17fea3e29e06aa364b040a696c78251fc44bc2cd [diff] |
Fix OSSFuzz build Test: python infra/helper.py build_fuzzers --sanitizer address perfetto in oss-fuzz repo with patch to perfetto applied. Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29820 Change-Id: I6c814014ef841cc873c444190bea69ad553d9f9b
diff --git a/infra/oss-fuzz/build_fuzzers b/infra/oss-fuzz/build_fuzzers index 57018b5..7d18aa1 100755 --- a/infra/oss-fuzz/build_fuzzers +++ b/infra/oss-fuzz/build_fuzzers
@@ -11,7 +11,7 @@ use_custom_libcxx=false \ extra_cflags=\"$CFLAGS -Wno-implicit-int-float-conversion\" \ extra_cxxflags=\"$CXXFLAGS\" extra_ldflags=\"$CXXFLAGS\" \ -is_system_compiler=true" +is_system_compiler=true cc=\"$CC\" cxx=\"$CXX\" linker=\"gold\"" OUTDIR=$WORK/build $SRC/perfetto/tools/gn gen "$OUTDIR" --args="${GN_ARGS}" --check