mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Emscripten: Do not define BINARYEN_TRAP_MODE='clamp'
It is not supported in Emscripten's `latest-upstream` LLVM backend, and doesn't seem necessary in the `latest` backend either. It was initially added in #22857 to solve a compilation error with the latter. Part of #30270.
This commit is contained in:
		
							parent
							
								
									16288cabc0
								
							
						
					
					
						commit
						63544e6b02
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -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 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Rémi Verschelde
						Rémi Verschelde