projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac598b7
)
Emscripten build: Remove -sSTRICT_JS (#781)
author
Hood Chatham
<roberthoodchatham@gmail.com>
Wed, 21 Jun 2023 04:17:04 +0000
(21:17 -0700)
committer
GitHub
<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
patch
|
blob
|
history
diff --git
a/testsuite/emscripten/build-tests.sh
b/testsuite/emscripten/build-tests.sh
index ea514ecc8972044a9a54297b72d4cbf7b04daacc..7c430601b87d2ad7b1342d64623af5fabc179920 100755
(executable)
--- 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 \
"