makepanda: Remove --memory-init-file flag on emscripten

[skip ci]
This commit is contained in:
rdb 2024-10-12 09:57:04 +02:00
parent bd4dc8a379
commit ca25efc5f6
1 changed files with 0 additions and 1 deletions

View File

@ -1897,7 +1897,6 @@ def CompileLink(dll, obj, opts):
elif GetTarget() == 'emscripten':
cmd += " -s WARN_ON_UNDEFINED_SYMBOLS=1"
if GetOrigExt(dll) == ".exe":
cmd += " --memory-init-file 0"
cmd += " -s EXIT_RUNTIME=1"
else: