wasm: remove DEMANGLE_SUPPORT
This linker option is now deprecated (and not needed, since stack traces always contain demangled symbols). Change-Id: If42c692c006b214fa3df418c09680aaa07ea2bbd Reviewed-by: Piotr Wierciński <piotr.wiercinski@qt.io> (cherry picked from commit a8b7da59cba56b535393f50cd7432a412021d8d2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
d06924baef
commit
74f8f0102e
@ -57,7 +57,6 @@ function (qt_internal_setup_wasm_target_properties wasmTarget)
|
||||
|
||||
# a few good defaults to make console more verbose while debugging
|
||||
target_link_options("${wasmTarget}" INTERFACE $<$<CONFIG:Debug>:
|
||||
"SHELL:-s DEMANGLE_SUPPORT=1"
|
||||
--profiling-funcs>)
|
||||
|
||||
# target_link_options("${wasmTarget}" INTERFACE "SHELL:-s LIBRARY_DEBUG=1") # print out library calls, verbose
|
||||
|
@ -42,7 +42,6 @@ EMCC_COMMON_LFLAGS += \
|
||||
# but are here in debug for clarity.
|
||||
EMCC_COMMON_LFLAGS_DEBUG = \
|
||||
$$EMCC_COMMON_LFLAGS \
|
||||
-s DEMANGLE_SUPPORT=1 \
|
||||
# -s LIBRARY_DEBUG=1 \ #print out library calls, verbose
|
||||
# -s SYSCALL_DEBUG=1 \ #print out sys calls, verbose
|
||||
# -s FS_LOG=1 \ #print out filesystem ops, verbose
|
||||
|
Loading…
x
Reference in New Issue
Block a user