Skip to content

Add option to explicitly avoid using execinfo for backtraces

Đoàn Trần Công Danh requested to merge sgn/cmake:disable-exec-info into master

backtrace(3) from libexecinfo in musl will run into crash.

Provide an option to disable it explicitly even if libexecinfo is present.

Backport: release

Edited by Brad King

Merge request reports