From 471c7e722d63344ed887e3ce8ac47a5f99c48c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Johan=20S=C3=B8rvig?= Date: Fri, 12 Nov 2021 13:48:58 +0100 Subject: =?UTF-8?q?wasm:=20remove=20duplicate=20=E2=80=9C--bind=E2=80=9D?= =?UTF-8?q?=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not a compile option, and also added to the linker options above. Change-Id: Iab2107d4b5ee4bc73e85b3cd5070f1a96b3a5a3b Reviewed-by: David Skoland Reviewed-by: Lorn Potter --- cmake/QtWasmHelpers.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmake/QtWasmHelpers.cmake') 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) -- cgit v1.2.3