Closed fuglede closed 2 years ago
Hmm, you should probably report this to emscripten. It's emscripten that passes the flags to the closure compiler.
looks like the problem was fixed in emscripten long ago, but not in the debian package https://github.com/emscripten-core/emscripten/blob/main/tools/building.py#L842
If I build the package in a VS Code remote container using a fresh build of the included
Dockerfile
, I get the following error:If I remove
--closure 1
from the arguments passed toemcc
inbuild.sh
, the build passes, ahighs.js
is produced, andnpm test
reports that all tests can be run successfully.