-
Notifications
You must be signed in to change notification settings - Fork 1.5k
config.h: removed check of non-builtin define for USE_UNIX_BACKTRACE_SUPPORT
/ hardened print_stacktrace()
#7773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Prerequisite for #7296 which will remove the only include from |
In case this might lead to some platform which no longer includes the stacktrace you can still manually pass |
USE_UNIX_BACKTRACE_SUPPORT
USE_UNIX_BACKTRACE_SUPPORT
/ hardened print_stacktrace()
The
|
For comparison the
|
|
I filed https://trac.cppcheck.net/ticket/14096 about supporting it on macOS. |
No description provided.