Set Windows build to quiet (#6862)

The normal flag generates 290 megabytes of log output for a regular build. Setting it to quiet will reduce this and still print errors.
This commit is contained in:
Dennis Luxen 2024-05-06 17:31:58 +02:00 committed by GitHub
parent 790fa901c7
commit 6d361ced41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ msbuild OSRM.sln ^
/p:BuildInParallel=true ^
/m:%NUMBER_OF_PROCESSORS% ^
/toolsversion:Current ^
/clp:Verbosity=normal ^
/clp:Verbosity=quiet ^
/nologo
IF %ERRORLEVEL% NEQ 0 GOTO ERROR