mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
WebGL 2 export per WebAssembly or asm.js
This commit is contained in:
parent
efaeebab4d
commit
7df7e9cc8b
11 changed files with 282 additions and 448 deletions
|
|
@ -73,7 +73,7 @@ def configure(env):
|
|||
env.Append(LINKFLAGS=['-O3'])
|
||||
elif (env["target"] == "release_debug"):
|
||||
env.Append(CCFLAGS=['-O2', '-DDEBUG_ENABLED'])
|
||||
env.Append(LINKFLAGS=['-O2'])
|
||||
env.Append(LINKFLAGS=['-O2', '-s', 'ASSERTIONS=1'])
|
||||
# retain function names at the cost of file size, for backtraces and profiling
|
||||
env.Append(LINKFLAGS=['--profiling-funcs'])
|
||||
elif (env["target"] == "debug"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue