diff options
Diffstat (limited to 'vsproject/build_rustc_minicargo.cmd')
-rw-r--r-- | vsproject/build_rustc_minicargo.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vsproject/build_rustc_minicargo.cmd b/vsproject/build_rustc_minicargo.cmd index c778502a..8bbce672 100644 --- a/vsproject/build_rustc_minicargo.cmd +++ b/vsproject/build_rustc_minicargo.cmd @@ -6,7 +6,7 @@ if %errorlevel% neq 0 exit /b %errorlevel% x64\Release\minicargo.exe ..\rustc-1.19.0-src\src\libtest --script-overrides ..\script-overrides\stable-1.19.0 if %errorlevel% neq 0 exit /b %errorlevel% -x64\Release\mrustc.exe ..\rustc-1.19.0-src\src\test\run-pass\hello.rs -L output -o output\hello.exe +x64\Release\mrustc.exe ..\rustc-1.19.0-src\src\test\run-pass\hello.rs -L output -o output\hello.exe -g if %errorlevel% neq 0 exit /b %errorlevel% -hello.exe +output\hello.exe if %errorlevel% neq 0 exit /b %errorlevel%
\ No newline at end of file |