# Temporary hack for gcc14
eval "$(
  declare -f build | \
    sed '
      3 i CFLAGS="-Wno-incompatible-pointer-types $CFLAGS"
    '
)"