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
The compiler currently invokes dsymutil directly, but a cross compilation toolchain may have it located under a different name like x86_64-apple-darwin15-dsymutil. There should be a compiler flag to override it like there is for the linker.
The compiler currently invokes
dsymutildirectly, but a cross compilation toolchain may have it located under a different name likex86_64-apple-darwin15-dsymutil. There should be a compiler flag to override it like there is for the linker.