From 07a900b5c7ed08a9d696eea950b5d5f632cd1f27 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Thu, 2 Feb 2017 12:38:26 -0800 Subject: [PATCH] [harfbuzz] disabling undefined sanitizer Reason: compilation error. clang-5.0: error: invalid argument '-fsanitize=vptr' not allowed with '-fno-rtti' #234 --- projects/harfbuzz/project.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/harfbuzz/project.yaml b/projects/harfbuzz/project.yaml index 841a9168a..892fa2a30 100644 --- a/projects/harfbuzz/project.yaml +++ b/projects/harfbuzz/project.yaml @@ -1,2 +1,4 @@ homepage: "http://www.harfbuzz.org/" primary_contact: "behdad@google.com" +sanitizers: +- address