stacktrace icon indicating copy to clipboard operation
stacktrace copied to clipboard

Enable stack traces from exception on ARM by default if using libstdc++.

Open Romain-Geissler-1A opened this issue 1 month ago • 0 comments

We know the implementation works on any architecture if libstdc++ is used (leaks are with libc++). So enable it by default in that case, even if not using x86.

Related to #163

Romain-Geissler-1A avatar Dec 10 '25 17:12 Romain-Geissler-1A