harfbuzz: disable function,vptr in CXXFLAGS also

This commit is contained in:
Oliver Chang 2018-10-16 10:04:53 +11:00 committed by GitHub
parent 1e4d186ed3
commit 8a7d744e7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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