• <legend id='ZVB46'><style id='ZVB46'><dir id='ZVB46'><q id='ZVB46'></q></dir></style></legend>
      • <bdo id='ZVB46'></bdo><ul id='ZVB46'></ul>
        <i id='ZVB46'><tr id='ZVB46'><dt id='ZVB46'><q id='ZVB46'><span id='ZVB46'><b id='ZVB46'><form id='ZVB46'><ins id='ZVB46'></ins><ul id='ZVB46'></ul><sub id='ZVB46'></sub></form><legend id='ZVB46'></legend><bdo id='ZVB46'><pre id='ZVB46'><center id='ZVB46'></center></pre></bdo></b><th id='ZVB46'></th></span></q></dt></tr></i><div id='ZVB46'><tfoot id='ZVB46'></tfoot><dl id='ZVB46'><fieldset id='ZVB46'></fieldset></dl></div>

        <tfoot id='ZVB46'></tfoot>

        <small id='ZVB46'></small><noframes id='ZVB46'>

        如何使用 cmake 设置 GDB 调试标志?

        时间:2023-08-27

          <legend id='Qxjq3'><style id='Qxjq3'><dir id='Qxjq3'><q id='Qxjq3'></q></dir></style></legend>

              <small id='Qxjq3'></small><noframes id='Qxjq3'>

              <tfoot id='Qxjq3'></tfoot>
                <i id='Qxjq3'><tr id='Qxjq3'><dt id='Qxjq3'><q id='Qxjq3'><span id='Qxjq3'><b id='Qxjq3'><form id='Qxjq3'><ins id='Qxjq3'></ins><ul id='Qxjq3'></ul><sub id='Qxjq3'></sub></form><legend id='Qxjq3'></legend><bdo id='Qxjq3'><pre id='Qxjq3'><center id='Qxjq3'></center></pre></bdo></b><th id='Qxjq3'></th></span></q></dt></tr></i><div id='Qxjq3'><tfoot id='Qxjq3'></tfoot><dl id='Qxjq3'><fieldset id='Qxjq3'></fieldset></dl></div>
                  <tbody id='Qxjq3'></tbody>
                • <bdo id='Qxjq3'></bdo><ul id='Qxjq3'></ul>

                  本文介绍了如何使用 cmake 设置 GDB 调试标志?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我尝试使用

                  set
                  

                  cmake 中的命令,但我不确定要添加什么.有人告诉我诸如 DEBUG=true 之类的事情,但到目前为止我无法找到要设置的正确标志.

                  command in cmake but I cam unsure what to add. I have been told things like DEBUG=true but so far i am unable to find the correct flag to set.

                  推荐答案

                  如果你想在编译时为 debug 构建(包括源信息,即 -g),使用

                  If you want to build for debug (including source information, i.e. -g) when compiling, use

                  cmake -DCMAKE_BUILD_TYPE=Debug <path>
                  

                  如果要构建发布版本,可以使用

                  If you want to build a release build, you can use

                  cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo <path>
                  

                  这篇关于如何使用 cmake 设置 GDB 调试标志?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:默认在 CMake 中优化 下一篇:什么是 ALL_BUILD 和 ZERO_CHECK,我需要它们吗?

                  相关文章

                • <small id='KxAV2'></small><noframes id='KxAV2'>

                • <legend id='KxAV2'><style id='KxAV2'><dir id='KxAV2'><q id='KxAV2'></q></dir></style></legend>

                      • <bdo id='KxAV2'></bdo><ul id='KxAV2'></ul>
                      <i id='KxAV2'><tr id='KxAV2'><dt id='KxAV2'><q id='KxAV2'><span id='KxAV2'><b id='KxAV2'><form id='KxAV2'><ins id='KxAV2'></ins><ul id='KxAV2'></ul><sub id='KxAV2'></sub></form><legend id='KxAV2'></legend><bdo id='KxAV2'><pre id='KxAV2'><center id='KxAV2'></center></pre></bdo></b><th id='KxAV2'></th></span></q></dt></tr></i><div id='KxAV2'><tfoot id='KxAV2'></tfoot><dl id='KxAV2'><fieldset id='KxAV2'></fieldset></dl></div>

                      <tfoot id='KxAV2'></tfoot>