dSYM Directories While Compiling C++ Code in MacOS

前端 未结 2 1255
自闭症患者
自闭症患者 2020-12-23 10:35

Why compiling C++ in Mac always create *.dSYM directories? Is there a way to disable that?

2条回答
  •  無奈伤痛
    2020-12-23 10:57

    I assume your using Xcode. Go to "Project"/"Edit Project Settings" menu item, click on build tab, under "GCC 4.0 - Code Generation" section, uncheck Generate Debug Symbols. You can type in "sym" in search field to help find it.

提交回复
热议问题