Skip to content

Commit

Permalink
Remove DEMANGLE_SUPPORT for emscripten build
Browse files Browse the repository at this point in the history
This was removed from Emscripten since Wasm stack traces are now
always demangled.

  emscripten-core/emscripten#21346
  • Loading branch information
hostilefork committed Aug 21, 2024
1 parent 2afbaaa commit e965f6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions configs/emscripten.r
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ ldflags: compose [
;
{-s WASM=1}

{-s DEMANGLE_SUPPORT=0} ; C++ build does all exports as C, not needed

(spread switch abrupt-failure-model [
#uses-try-catch [[
{-fwasm-exceptions} ; needed in cflags *and* ldflags
Expand Down

0 comments on commit e965f6b

Please sign in to comment.