From: Hood Chatham Date: Wed, 21 Jun 2023 04:17:04 +0000 (-0700) Subject: Emscripten build: Remove -sSTRICT_JS (#781) X-Git-Tag: upstream/3.4.7~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e8f1bd8de39ee90a73c6927e2df18a418f6da55;p=platform%2Fupstream%2Flibffi.git Emscripten build: Remove -sSTRICT_JS (#781) This rasies errors on newer versions of the emscripten compiler. --- diff --git a/testsuite/emscripten/build-tests.sh b/testsuite/emscripten/build-tests.sh index ea514ec..7c43060 100755 --- a/testsuite/emscripten/build-tests.sh +++ b/testsuite/emscripten/build-tests.sh @@ -30,7 +30,6 @@ export LDFLAGS=" \ -sEXPORT_ALL \ -sMODULARIZE \ -sMAIN_MODULE \ - -sSTRICT_JS \ -sNO_DISABLE_EXCEPTION_CATCHING \ $EXTRA_LD_FLAGS \ "