Remove it: add V=1 option for tests

This commit is contained in:
B.Melnik 2021-07-01 20:59:03 +03:00 committed by Iuri Matias
parent 116a6f3e0c
commit a1a2f2f4e2
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ pipeline {
environment {
TARGET = 'windows'
/* Improve make performance */
MAKEFLAGS = '-j4'
MAKEFLAGS = '-j4 V=1'
/* Disable colors in Nim compiler logs */
NIMFLAGS = '--colors:off'
/* Control output the filename */