Re: can't compile on MacOS

Subject: Re: can't compile on MacOS

Date: Wed, 13 Nov 2024 08:23:55 -0600

To: David Bremner

Cc: Michal Sapka, notmuch@notmuchmail.org

From: Felipe Contreras


On Tue, Nov 12, 2024 at 2:21 PM David Bremner <david@tethera.net> wrote:
>
> "Michal Sapka" <michal@sapka.me> writes:
> >
> > guess the problem was that I didn't notice that "make clean" left some files cached:
> >
> > _check_email.dSYM/
> > _check_session_keys.dSYM/
> > _check_x509_validity.dSYM/
> > _libversion.dSYM/
> > _verify_sig_with_session_key.dSYM/
> > minimal.dSYM/
>
> Anyone what is making those .dSYM files? My guess is that they are macOS
> specific byproducts of running configure, as those names look like
> binaries build by the configure script.

A quick search suggests these are generated by `gcc -g` on macOS's Xcode.

-- 
Felipe Contreras
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: