Skip to content

Commit

Permalink
Fix for undefined dbg symbol with -sASYNCIFY_DEBUG (#18332)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathhhan authored Dec 7, 2022
1 parent 1bc4900 commit dce48ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,8 @@ def phase_linker_setup(options, state, newargs):
settings.SOCKET_DEBUG or
settings.FETCH_DEBUG or
settings.EXCEPTION_DEBUG or
settings.PTHREADS_DEBUG)
settings.PTHREADS_DEBUG or
settings.ASYNCIFY_DEBUG)

if options.memory_profiler:
settings.MEMORYPROFILER = 1
Expand Down

0 comments on commit dce48ab

Please sign in to comment.