From 8a7d744e7e08bdd57118fcbb56341c48371e3553 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Tue, 16 Oct 2018 10:04:53 +1100 Subject: [PATCH] harfbuzz: disable function,vptr in CXXFLAGS also --- projects/harfbuzz/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/harfbuzz/build.sh b/projects/harfbuzz/build.sh index e6af2420b..585c766b0 100755 --- a/projects/harfbuzz/build.sh +++ b/projects/harfbuzz/build.sh @@ -18,6 +18,7 @@ # Disable: # 1. UBSan vptr since target built with -fno-rtti. export CFLAGS="$CFLAGS -fno-sanitize=function,vptr" +export CXXFLAGS="$CXXFLAGS -fno-sanitize=function,vptr" # Build the library. ./autogen.sh