Skip to content

Commit 18e1b4e

Browse files
committed
Add stackTrace to DEFAULT_LIBRARY_FUNCS_TO_INCLUDE
1 parent 9aa7a2a commit 18e1b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/yup_standalone.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function (yup_standalone_app)
184184
-sFETCH=1
185185
#-sASYNCIFY=1
186186
-sEXPORTED_RUNTIME_METHODS=ccall,cwrap
187-
-sDEFAULT_LIBRARY_FUNCS_TO_INCLUDE='$dynCall'
187+
-sDEFAULT_LIBRARY_FUNCS_TO_INCLUDE='[$dynCall,$stackTrace]'
188188
--shell-file "${YUP_ARG_CUSTOM_SHELL}")
189189

190190
foreach (preload_file ${YUP_ARG_PRELOAD_FILES})

0 commit comments

Comments
 (0)