stacktrace
stacktrace copied to clipboard
Avoiding -ldl linking when using -DBOOST_STACKTRACE_USE_ADDR2LINE
While using addr2line binary to get the symbolic function information from address. We Fork and execute command in the child process. But currently, it requires unnecessarily linking Dynamic Loader (-ldl).
Changed the code to avoid that linking.