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>
This commit is contained in:
David Skoland 2022-03-22 10:12:41 +01:00
parent 27f6c4106c
commit 8413c06e2e

View File

@ -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