소스 검색

build script: don't parallize builds if verbose output is requested

Felix Paul Kühne 8 년 전
부모
커밋
c3f2fa026b
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      buildMobileVLCKit.sh
  2. 1 0
      buildVLCKit.sh

+ 1 - 0
buildMobileVLCKit.sh

@@ -55,6 +55,7 @@ do
              ;;
          v)
              VERBOSE=yes
+             MAKE_JOBS=1
              ;;
          s)
              BUILD_DEVICE=no

+ 1 - 0
buildVLCKit.sh

@@ -80,6 +80,7 @@ do
              ;;
          v)
              VERBOSE=yes
+             MAKE_JOBS=1
              ;;
          d)  CONFIGURATION="Debug"
              DEBUG="yes"