diff options
Diffstat (limited to 'build-msvc.bat.in')
-rw-r--r-- | build-msvc.bat.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build-msvc.bat.in b/build-msvc.bat.in index 85503bb..b3035b4 100644 --- a/build-msvc.bat.in +++ b/build-msvc.bat.in @@ -418,11 +418,14 @@ set "BDEP_DEF_OPT=0" @rem Bootstrap. @rem +@rem Note: disable all warnings since we cannot do anything more granular +@rem during bootstrap stage 1. +@rem cd build2 @rem Execute in a separate cmd.exe to preserve the echo mode. @rem -cmd /C bootstrap-msvc.bat %cxx% %ops% +cmd /C bootstrap-msvc.bat %cxx% /w %ops% @if errorlevel 1 goto error build2\b-boot --version |