Is there a way to use devenv.exe on the command line to link-only a project instead of full-build a project?
devenv.exe /?
provides the below commands, none of which appear able to link-only a project instead of full-build a project.
/Build /Clean /Command /Deploy /Edit /LCID /Log /NoVSIP /Out /Project /ProjectConfig /Rebuild /ResetAddin /ResetSettings /ResetSkipPkgs /Run /RunExit /SafeMode /Upgrade
I am interested in this because the /LTCG:PGOPTIMIZE
phase of profile-guided optimization entails a relink without a recompile.