Remove it: add V=1 option for tests
This commit is contained in:
parent
116a6f3e0c
commit
a1a2f2f4e2
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue