mirror of https://github.com/google/oss-fuzz.git
harfbuzz: disable function,vptr in CXXFLAGS also
This commit is contained in:
parent
1e4d186ed3
commit
8a7d744e7e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue