mirror of https://github.com/google/oss-fuzz.git
[harfbuzz] Disable UBSan vptr again, since we still build with -fno-rtti (#1873)
This commit is contained in:
parent
fc4da53b77
commit
d0f6761b98
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue