Emscripten build: Remove -sSTRICT_JS (#781)
authorHood Chatham <roberthoodchatham@gmail.com>
Wed, 21 Jun 2023 04:17:04 +0000 (21:17 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Jun 2023 04:17:04 +0000 (00:17 -0400)
This rasies errors on newer versions of the emscripten compiler.

testsuite/emscripten/build-tests.sh

index ea514ecc8972044a9a54297b72d4cbf7b04daacc..7c430601b87d2ad7b1342d64623af5fabc179920 100755 (executable)
@@ -30,7 +30,6 @@ export LDFLAGS=" \
     -sEXPORT_ALL \
     -sMODULARIZE \
     -sMAIN_MODULE \
-    -sSTRICT_JS \
     -sNO_DISABLE_EXCEPTION_CATCHING \
     $EXTRA_LD_FLAGS \
 "