From 8413c06e2ee0193a8e65f1d8be001ca37743d74e Mon Sep 17 00:00:00 2001 From: David Skoland Date: Tue, 22 Mar 2022 10:12:41 +0100 Subject: Disable SAFE_HEAP_LOG for wasm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- cmake/QtWasmHelpers.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'cmake/QtWasmHelpers.cmake') 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 -- cgit v1.2.3