[harfbuzz] Disable UBSan vptr again, since we still build with -fno-rtti (#1873)

This commit is contained in:
Behdad Esfahbod 2018-10-14 13:02:49 -04:00 committed by jonathanmetzman
parent fc4da53b77
commit d0f6761b98
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
#
################################################################################
# Disable:
# 1. UBSan vptr since target built with -fno-rtti.
export CFLAGS="$CFLAGS -fno-sanitize=function,vptr"
# Build the library.
./autogen.sh
./configure