qt5base-lts/mkspecs/wasm-emscripten
Morten Johan Sørvig 7d19dd7730 wasm: Change compiler flags to target "upstream" llvm
As of version 1.39, Emscripten now uses upstream llvm instead of
the "fastcomp" fork. As a result of this em++ no longer builds
via the asm.js text format, and the performance issues related
to text parsing are gone.

Reducing the binary size for debug builds is no longer needed,
and we can fall back to using the default build flags.

This effectively makes 1.39.x the minimum Emscripten version for
Qt 5.15. The "-fastcomp" SDK variant is not supported.

Change-Id: Id66ef77294a9accd1b103e34785458d71dc188b1
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
2020-02-05 09:59:27 +00:00
..
qmake.conf wasm: Change compiler flags to target "upstream" llvm 2020-02-05 09:59:27 +00:00
qplatformdefs.h WebAssembly for QtBase 2018-08-30 06:48:33 +00:00