summaryrefslogtreecommitdiffstats
path: root/cmake/QtWasmHelpers.cmake
diff options
context:
space:
mode:
authorDavid Skoland <david.skoland@qt.io>2022-03-22 10:12:41 +0100
committerDavid Skoland <david.skoland@qt.io>2022-03-25 16:19:20 +0100
commit8413c06e2ee0193a8e65f1d8be001ca37743d74e (patch)
treec128f748c9fd28b04ca67310701e9062aea6f665 /cmake/QtWasmHelpers.cmake
parent27f6c4106c55c761d39d5743255a4c963ba4430f (diff)
Disable SAFE_HEAP_LOG for wasm
This option completely ruins the output when running test, as it logs every single safe heap operation. I don't think this detailed logging is necessary or reasonable in a normal debug build. Pick-to: 6.3 Change-Id: I4bb740299d631d21453f9b4a8959634801fb3a1e Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'cmake/QtWasmHelpers.cmake')
-rw-r--r--cmake/QtWasmHelpers.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/QtWasmHelpers.cmake b/cmake/QtWasmHelpers.cmake
index f458f9a560..e40bc94265 100644
--- a/cmake/QtWasmHelpers.cmake
+++ b/cmake/QtWasmHelpers.cmake
@@ -66,7 +66,6 @@ function (qt_internal_setup_wasm_target_properties wasmTarget)
"SHELL:-s GL_DEBUG=1"
"SHELL:-s ASSERTIONS=2"
"SHELL:-s SAFE_HEAP=1"
- "SHELL:-s SAFE_HEAP_LOG=1"
--profiling-funcs>)
# target_link_options("${wasmTarget}" INTERFACE "SHELL:-s LIBRARY_DEBUG=1") # print out library calls, verbose