You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this has anything to do with libbacktrace or libunwind - both disabled on macOS, until this PR lands, BTW: #935
It's just the linker complaining about Assembly code in BLST that prevents it from generating smaller DWARF debugging info.
There is a flag to disable that compact format: -Wl,-no_compact_unwind but the Rust guys found it to be buggy on some old macOS version, and modified their Asm code instead to have the linker skip specific objects: rust-lang/rust#10013
libbacktrace gives the following warning when compiling any library (beacon_node, ncli_db, ...) on MacOS
This is non-blocking but will likely trigger questions from user.
The code that is pointed at is an assembly proc from BLST when libunwind tries to create a stacktrace for it.
The text was updated successfully, but these errors were encountered: