diff --git a/platform/javascript/detect.py b/platform/javascript/detect.py index 4564bacaa3f..d0a198e2b5e 100644 --- a/platform/javascript/detect.py +++ b/platform/javascript/detect.py @@ -124,7 +124,6 @@ def configure(env): env.Append(LIBS=['idbfs.js']) env.Append(LINKFLAGS=['-s', 'BINARYEN=1']) - env.Append(LINKFLAGS=['-s', 'BINARYEN_TRAP_MODE=\'clamp\'']) # Allow increasing memory buffer size during runtime. This is efficient # when using WebAssembly (in comparison to asm.js) and works well for