abinfo "Stripping CFLAGS to avoid sigsegv during building"
CFLAGS="${CFLAGS/-flto=auto/}"

abinfo "Passing in optimisation flags ..."
export optflags="${CPPFLAGS} ${CFLAGS}"

# An update of libffi is provided and the library can be discarded.
abinfo "Removing bundled libffi library ..."
rm -rfv "$SRCDIR"/ext/fiddle/libffi-3.2.1
