版本发布visual studio 2019

问题描述

我正在尝试进行一些性能测试,但调试版本和发布版本之间没有区别。 有什么特别要设置的吗?

{
  "configurations": [
    {
      "name": "x64-Debug","generator": "Ninja","configurationType": "Debug","inheritEnvironments": [ "msvc_x64_x64" ],"buildroot": "${projectDir}\\out\\build\\${name}","installroot": "${projectDir}\\out\\install\\${name}","cmakeCommandArgs": "","buildCommandArgs": "","ctestCommandArgs": ""
    },{
      "name": "x64-Release","configurationType": "RelWithDebInfo","ctestCommandArgs": "3","inheritEnvironments": [ "msvc_x64_x64" ]
    }
  ]
}

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)