Decrease verbosity of ninja to make logs smaller

This commit is contained in:
Mikhail novosyolov 2018-10-23 17:02:34 +03:00 committed by Mikhail N
parent 2ee7191501
commit aa532e1eeb

View file

@ -500,7 +500,7 @@ out/Release/gn gen --args='%{gn_config}' out/Release
pushd out/Release
# widevinecdmadapter
# Build error with widevinecdmadapter in 67.0.3396.62
ninja -vvv %{_smp_mflags} chrome chrome_sandbox chromedriver
ninja %{_smp_mflags} chrome chrome_sandbox chromedriver
popd
%install