We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143d38c commit 7642724Copy full SHA for 7642724
vcbuild.bat
@@ -82,7 +82,8 @@ if /i "%1"=="ignore-flaky" set test_args=%test_args% --flaky-tests=dontcare&got
82
if /i "%1"=="enable-vtune" set enable_vtune_arg=1&goto arg-ok
83
if /i "%1"=="dll" set dll=1&goto arg-ok
84
85
-echo Warning: ignoring invalid command line option `%1`.
+echo Error: invalid command line option `%1`.
86
+exit /b 1
87
88
:arg-ok
89
0 commit comments