2
0
Эх сурвалжийг харах

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

Emscripten: Do not define BINARYEN_TRAP_MODE='clamp'
Rémi Verschelde 6 жил өмнө
parent
commit
5bb8334e97

+ 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