Skip to content

win, build: add arbitrary MSBuild flag option and binlog option

This commit adds a 'verbose' flag to vcbuild.bat that turns on outputs useful for build debugging, including MSBuild BinLogging and DEBUG_HELPER logging.

It also adds a 'setlocal' call so internal environment variables no longer leak out to the calling shell.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

[Edit: Note new commit message (cf0681c)]

Merge request reports

Loading