.dSYM files generated from command line (Mac)

前端 未结 3 1819
深忆病人
深忆病人 2021-02-14 05:09

I just started coding in C, and ran someone else\'s Makefile with the default C compiler set to gcc. I am on Mac OSX 10.8 Mountain Lion and I believe I installed the compiler wi

3条回答
  •  广开言路
    2021-02-14 05:51

    They're only necessary if you need to interpret locations in stack traces within a crash report.

提交回复
热议问题