Skip to content

Commit

Permalink
Build serd with -fno-finite-math-only
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Dec 8, 2023
1 parent 8f3a252 commit 9b43796
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,8 @@ if [ "${CROSS_COMPILING}" -eq 1 ] && [ "${LINUX}" -eq 0 ] && [ -z "${EXE_WRAPPER
SERD_EXTRAFLAGS="-Dtools=disabled"
fi

export EXTRA_CFLAGS="-fno-finite-math-only"

download serd "${SERD_VERSION}" "${SERD_URL}" "tar.xz"
build_meson serd "${SERD_VERSION}" "-Ddefault_library=static -Ddocs=disabled ${SERD_EXTRAFLAGS}"

Expand Down

0 comments on commit 9b43796

Please sign in to comment.