scipy: enable fuzz introspector (#10437)

This commit is contained in:
DavidKorczynski 2023-06-01 21:58:23 +01:00 committed by GitHub
parent 0c39db7b0d
commit 1eada8e08c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

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