diff --git a/projects/scipy/build.sh b/projects/scipy/build.sh index 2819b5771..68e7624b7 100644 --- a/projects/scipy/build.sh +++ b/projects/scipy/build.sh @@ -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 .