Reputation: 3890
I can see the full cl commands via setting the Supress Startup Banner to "No" in IDE. But just got below information for Link
>Link:
1> Creating library C:\Users\shu6889.CHN\work\gitlab\runtime\raster\codes\study\GDALStudy\Debug\HelloWorld.lib and object C:\Users\shu6889.CHN\work\gitlab\runtime\raster\codes\study\GDALStudy\Debug\HelloWorld.exp
1> GDALStudy.vcxproj -> C:\Users\shu6889.CHN\work\gitlab\runtime\raster\codes\study\GDALStudy\Debug\HelloWorld.exe
How to show the full link command?
Upvotes: 1
Views: 89
Reputation: 20798
Select your project, go to the property, click on Linker, the options appear to the right. The second option should be:
Show Progress Not Set
Change that option to /VERBOSE to get pretty much everything. Feel free to test the other options to see what happens.
Upvotes: 1