You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove $PARALLEL flag from emcc builds to avoid emscripten cache
locking conflicts during SDL2_mixer port compilation.
The emscripten-ports/SDL2_mixer archived repository triggers
parallel compilation of port dependencies, causing cache lock
contentions when multiple emcc processes attempt simultaneous
access. Serial compilation ensures stable builds.
0 commit comments