Browse Source

Build serd with -fno-finite-math-only

Signed-off-by: falkTX <falktx@falktx.com>
pull/28/head
falkTX 1 year ago
parent
commit
9b437965a9
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      bootstrap-plugins.sh

+ 2
- 0
bootstrap-plugins.sh View File

@@ -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}"



Loading…
Cancel
Save