Browse Source

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

[skip ci]
rdb 1 year ago
parent
commit
ca25efc5f6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      makepanda/makepanda.py

+ 0 - 1
makepanda/makepanda.py

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