Emscripten: --memory-init-file is not supported any more

This commit is contained in:
Frank Denis
2024-03-24 13:11:06 +01:00
parent bf4fb64457
commit 73248a4972
2 changed files with 2 additions and 2 deletions
Vendored
+1 -1
View File
@@ -21976,7 +21976,7 @@ if test "x$EMSCRIPTEN" != "x"
then :
EXEEXT=.js
TEST_LDFLAGS='--memory-init-file 0 --pre-js pre.js.inc -s RESERVED_FUNCTION_POINTERS=8'
TEST_LDFLAGS='--pre-js pre.js.inc -s RESERVED_FUNCTION_POINTERS=8'
fi
+1 -1
View File
@@ -964,7 +964,7 @@ AC_SUBST([LIBTOOL_EXTRA_FLAGS])
TEST_LDFLAGS=''
AS_IF([test "x$EMSCRIPTEN" != "x"],[
EXEEXT=.js
TEST_LDFLAGS='--memory-init-file 0 --pre-js pre.js.inc -s RESERVED_FUNCTION_POINTERS=8'
TEST_LDFLAGS='--pre-js pre.js.inc -s RESERVED_FUNCTION_POINTERS=8'
])
AC_SUBST(TEST_LDFLAGS)
AM_CONDITIONAL([EMSCRIPTEN], [test "x$EMSCRIPTEN" != "x"])