VisualStudio默认是不显示编译命令的,如何查看呢。

对于链接器:

项目属性 -> 配置属性 -> 链接器 -> 常规 -> 显示进度 -> 设为 "/VERBOSE"

项目属性 -> 配置属性 -> 链接器 -> 常规 -> 取消显示启动版权标志 -> 设为 "否"

 

对于编译器:

 

1) Open the project properties dialog, then choose

 

Configuration Properties -> C/C++ -> General

 

2) Change the setting for Suppress Startup Banner to No

 

3) The cl command line(s) will be shown in the output window.

 

参考资料:

这个页面

 

相关文章:

  • 2021-12-26
  • 2021-09-03
  • 2021-12-12
  • 2022-12-23
  • 2021-07-30
  • 2021-06-14
  • 2021-08-10
  • 2021-12-02
猜你喜欢
  • 2022-12-23
  • 2021-04-01
  • 2021-09-22
  • 2022-12-23
  • 2021-10-17
  • 2022-12-23
  • 2021-09-22
相关资源
相似解决方案