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:
parent
0d12c9f354
commit
471c7e722d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user