Skip to content

Fix build process for newer versions of Emscripten

ted537 requested to merge fix-new-emscripten-2 into master

Replace anonymous initializers with local value. This prevents a runtime error on Emscripten unit tests.

Ignore extra Emscripten warning options for backwards compatibility. In other words, we can supply new warning flags even to old versions of Emscripten.

Replace flags with modern cmake options.

Merge request reports