mirror of https://github.com/google/oss-fuzz.git
scipy: enable fuzz introspector (#10437)
This commit is contained in:
parent
0c39db7b0d
commit
1eada8e08c
|
@ -15,6 +15,12 @@
|
|||
#
|
||||
###############################################################################
|
||||
|
||||
# Avoid native LTO compilation for the dependencies under Fuzz Introspector
|
||||
if [ "$SANITIZER" == "introspector" ]; then
|
||||
export CFLAGS=""
|
||||
export CXXFLAGS=""
|
||||
fi
|
||||
|
||||
git submodule update --init
|
||||
python3 -m pip install .
|
||||
|
||||
|
|
Loading…
Reference in New Issue