mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-11 22:18:54 +01:00
At least on Linux, CMake seems to add automatically the '-rdynamic' flag. As a result, Emscripten generates a fat HTML file that does not work. Removing it allows HTML+JS+WASM generation.