diff --git a/ci/Jenkinsfile.windows b/ci/Jenkinsfile.windows index 526cefdaed..28072c22ba 100644 --- a/ci/Jenkinsfile.windows +++ b/ci/Jenkinsfile.windows @@ -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 */