diff --git a/ci/run.py b/ci/run.py index d978ed9..9f5791a 100755 --- a/ci/run.py +++ b/ci/run.py @@ -123,7 +123,7 @@ class Project(object): cmds = [ './autogen.sh', './configure --prefix={}'.format(PREFIX), - 'make -j{}'.format(num_jobs()), + 'make -j{} V=0'.format(num_jobs()), 'make install', ] for cmd in cmds: