Hi,
I'm wondering how do you manage precompiled libraries which you don't want to recompile every time, a la emscripten-ports.
My issue is with the optimization levels, more accurately the difference in them. As stated in the docs:
If you compile several files into a single JavaScript output, be sure to specify the same optimization flags when compiling sources into objects, and objects into JavaScript or HTML.
Do you keep several versions with different optimization levels and always choose the appropriate one?
How does it work with emscripten-ports? I don't remember it rebuilding the sources if I change optimization level after the initial build.
Bests, Peter