Browse Source

Merge pull request #30751 from akien-mga/emscripten-binaryen-trap-mode

Emscripten: Do not define BINARYEN_TRAP_MODE='clamp'
Rémi Verschelde 6 years ago
parent
commit
5bb8334e97
1 changed files with 0 additions and 1 deletions
  1. 0 1
      platform/javascript/detect.py

+ 0 - 1
platform/javascript/detect.py

@@ -128,7 +128,6 @@ def configure(env):
     ## Link flags
 
     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