Hi,
Is there a verbose option when building a package using vcpkg install? If not, is there some workaround to print out the build process of the package (so compilation commands, etc.)?
You can find some log files under VCPKG_ROOT/buildtrees/xxx, I think they are verbose enough.
@tan-wei, thanks for posting the helpful message!
It would be very good to have this, to know what files gets built etc... right now I am trying to build my library, and it gets built 'very fast', which makes me wonder if anything is happening at all.
In a way that would be equivalent to a --progress.
I had to google this ... and remember I had asked this a while ago. I still think a command line option to see what's going on would be quite helpful.
Most helpful comment
I had to google this ... and remember I had asked this a while ago. I still think a command line option to see what's going on would be quite helpful.