wasm: remove duplicate “--bind” option

Not a compile option, and also added to the linker
options above.

Change-Id: Iab2107d4b5ee4bc73e85b3cd5070f1a96b3a5a3b
Reviewed-by: David Skoland <david.skoland@qt.io>
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
This commit is contained in:
Morten Johan Sørvig 2021-11-12 13:48:58 +01:00
parent 0d12c9f354
commit 471c7e722d

View File

@ -17,8 +17,6 @@ function (qt_internal_setup_wasm_target_properties wasmTarget)
"SHELL:-s MODULARIZE=1"
"SHELL:-s EXPORT_NAME=createQtAppInstance")
target_compile_options("${wasmTarget}" INTERFACE --bind)
#simd
if (QT_FEATURE_sse2)
target_compile_options("${wasmTarget}" INTERFACE -O2 -msimd128 -msse -msse2)