-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
meson: make backtrace dependency on execinfo #3276
Conversation
musl libc for example has no such header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could enable backtraces when use_backtrace
is false. Otherwise it looks good to me.
It's now a feature option with the default value of "disabled" which means that when used in the |
@eli-schwartz Thanks for the info! I checked out the source code and it looks like you're correct. I previously looked at the documentation for
This seems to me that if |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
Actually, it's not described anywhere else it is accepted either. I've reworded the docs slightly, a new version of the website is in progress. |
musl libc for example has no such header.
Signed-off-by: Rosen Penev rosenp@gmail.com