diff options
author | Kevin Lubick <kjlubick@users.noreply.github.com> | 2018-05-02 10:12:17 -0400 |
---|---|---|
committer | Abhishek Arya <inferno@chromium.org> | 2018-05-02 07:12:17 -0700 |
commit | 0743ae024cd8e34a7a80c6cb4be3c823b9bde3f8 (patch) | |
tree | 8713a557d741b285b73f0a2a123a83b9305de13c /projects/skia | |
parent | 04395afc000489b7afbd30965cf484e38968afe6 (diff) |
[skia] Add custom help url (#1393)
Diffstat (limited to 'projects/skia')
-rw-r--r-- | projects/skia/build.sh | 2 | ||||
-rw-r--r-- | projects/skia/project.yaml | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/projects/skia/build.sh b/projects/skia/build.sh index 331d69da..c033bb94 100644 --- a/projects/skia/build.sh +++ b/projects/skia/build.sh @@ -17,7 +17,7 @@ # These are any clang warnings we need to silence. DISABLE="-Wno-zero-as-null-pointer-constant -Wno-unused-template - -Wno-cast-qual -Wno-self-assign" + -Wno-cast-qual -Wno-self-assign -Wno-return-std-move-in-c++11" # Disable UBSan vptr since target built with -fno-rtti. export CFLAGS="$CFLAGS $DISABLE -fno-sanitize=vptr" export CXXFLAGS="$CXXFLAGS $DISABLE -fno-sanitize=vptr" diff --git a/projects/skia/project.yaml b/projects/skia/project.yaml index 4e24fc07..073ed6a5 100644 --- a/projects/skia/project.yaml +++ b/projects/skia/project.yaml @@ -5,9 +5,8 @@ auto_ccs: - "mtklein@chromium.org" - "reed@google.com" - "bsalomon@google.com" - - "caryclark@google.com" - - "liyuqian@google.com" sanitizers: - address - undefined - memory +help_url: "https://skia.org/dev/testing/fuzz"
\ No newline at end of file |