Quoting Jeremy James (2022-02-11 14:59:06)
> I would suggest updating the arguably faulty patch to just have the
> following for tools/building.py's get_closure_compiler() (optionally
> fixing the upstream comment typo):
> --
> def get_closure_compiler():
> # First check if the user configured a
> Yes, this is a known issue, documented in README.Debian:
> https://salsa.debian.org/js-team/emscripten/-/blob/debian/latest/debian/README.Debian#L50
> ...
> Thanks for the suggestion. I wonder if such change will actually be any
> better: I very much doubt that the horribly old closure-compiler
Hi Jeremy,
Quoting Jeremy James (2022-02-10 19:00:26)
> If emcc is run with --closure 1 then you receive an error that the
> command '--max_old_space_size=8192' is invalid.
Yes, this is a known issue, documented in README.Debian:
https://salsa.debian.org/js-team/emscripten/-/blob/debian/latest/
Package: emscripten
Version: 3.1.3~dfsg-4
If emcc is run with --closure 1 then you receive an error that the
command '--max_old_space_size=8192' is invalid.
In fact, it attempts to run a command starting:
--max_old_space_size=8192 closure-compiler --compilation_level ...
Which appears to be caus
4 matches
Mail list logo