summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@qt.io>2021-11-12 13:48:58 +0100
committerMorten Johan Sørvig <morten.sorvig@qt.io>2021-11-19 19:26:48 +0100
commit471c7e722d63344ed887e3ce8ac47a5f99c48c51 (patch)
treea8022d0c29f5e5b858dd8890dc670ddcb78ce28f /cmake
parent0d12c9f354f3979f19499f95ac8da55494e1d552 (diff)
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>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtWasmHelpers.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/QtWasmHelpers.cmake b/cmake/QtWasmHelpers.cmake
index ca6cadff93..88161e767c 100644
--- a/cmake/QtWasmHelpers.cmake
+++ b/cmake/QtWasmHelpers.cmake
@@ -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)