stacktrace
stacktrace copied to clipboard
Enable stack traces from exception on ARM by default if using libstdc++.
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