forderud / QtWasm

Dockerfile for building Qt projects for WebAssembly
https://hub.docker.com/r/forderud/qtwasm
17 stars 4 forks source link

Enforce SSE2 requirement #71

Closed qdel closed 10 months ago

qdel commented 10 months ago

By default, emscripten does not enforce any SSE requirements.

gcc and msvc nowadays ensure SSE2 is used as default. Let's target the same level of optmization.

That would fix: https://github.com/forderud/QtWasm/issues/68 That needs this PR merged: https://github.com/forderud/QtWasm/pull/70

forderud commented 10 months ago

Closing PR, since the change was incorporated into https://github.com/forderud/QtWasm/pull/70