This commit is contained in:
Siarhei Fedartsou 2024-06-07 16:42:44 +02:00
parent ef70c23c8f
commit 7e1fa53a0f

View File

@ -18,17 +18,18 @@ msbuild OSRM.sln ^
/p:Configuration=%CONFIGURATION% ^ /p:Configuration=%CONFIGURATION% ^
/p:Platform=x64 ^ /p:Platform=x64 ^
/t:rebuild ^ /t:rebuild ^
/p:BuildInParallel=true ^
/m:2 ^
/p:nowarn="4244;4267;4365;4456;4514;4625;4626;4710;4711;4820;5026;5027" ^ /p:nowarn="4244;4267;4365;4456;4514;4625;4626;4710;4711;4820;5026;5027" ^
/p:WarningLevel=0 ^ /p:WarningLevel=0 ^
/clp:NoSummary;NoItemAndPropertyList;ErrorsOnly ^ /clp:NoSummary;NoItemAndPropertyList;ErrorsOnly ^
/p:RunCodeAnalysis=false ^ /p:RunCodeAnalysis=false ^
/toolsversion:3.5 ^ /toolsversion:Current ^
/clp:Verbosity=quiet ^ /clp:Verbosity=quiet ^
/nologo /nologo
IF %ERRORLEVEL% NEQ 0 GOTO ERROR IF %ERRORLEVEL% NEQ 0 GOTO ERROR
@REM /p:BuildInParallel=true ^
@REM /m:2 ^
@REM CD %PROJECT_DIR%\build @REM CD %PROJECT_DIR%\build
@REM IF %ERRORLEVEL% NEQ 0 GOTO ERROR @REM IF %ERRORLEVEL% NEQ 0 GOTO ERROR