How can I make Visual Studio's build be very verbose?

后端 未结 5 2209
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-27 11:57

I need to get a hold of every flag, every switch used in the build process by the Visual Studio binaries. I tried to obtain a verbose output by using vcbuild, b

5条回答
  •  -上瘾入骨i
    2020-11-27 12:57

    1. Open the project properties dialog, then choose

      Configuration PropertiesC/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.

提交回复
热议问题