Hi, using Ubuntu 14.04 64bit, built 1.37.15 from source like this:
./emsdk install sdk-tag-1.37.15-64bit ./emsdk activate sdk-tag-1.37.15-64bit Started building Minko <https://github.com/aerys/minko> like this: . $EMSCRIPTEN_HOME/emsdk_set_env.sh env script/solution_gmake_min.sh gmake --no-glsl-optimizer make config=html5_release It was incredibly slower than what I remembered. I'd say 10x slower. I went back to master-64bit: ./emsdk install master-64bit ./emsdk activate master-64bit and used the same commands to build Minko. And it's now indeed as fast as I remember. Why would 1.37.15 be so slow to build even a single C++ file? Maybe it happened before 1.37.15, but the problem exists in 1.37.17 (latest) too... Any idea? How can I help? Regards, -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
