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
vcbuild
Open the project properties dialog, then choose
Configuration Properties → C/C++ → General
Change the setting for Suppress Startup Banner to No
Suppress Startup Banner
No
The cl command line(s) will be shown in the output window.
cl