On Tue, Nov 12, 2024 at 2:21 PM David Bremner <[email protected]> wrote: > > "Michal Sapka" <[email protected]> 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 -- [email protected] To unsubscribe send an email to [email protected]
