diff --git a/debian/rules b/debian/rules index e2d6a6fa..26f4fec7 100755 --- a/debian/rules +++ b/debian/rules @@ -119,7 +119,8 @@ ifneq (,$(filter scan-build,$(DEB_BUILD_OPTIONS))) # The package are installed through the variable declarations: # OTHERMIRROR="deb http://llvm.org/apt/unstable/ llvm-toolchain main" # EXTRAPACKAGES="clang-3.5" - PRE_PROCESS=scan-build-$(LLVM_VERSION) --show-description -analyzer-config stable-report-filename=true -enable-checker optin.performance.Padding + PRE_PROCESS=scan-build-$(LLVM_VERSION) --show-description -analyzer-config stable-report-filename=true +# -enable-checker optin.performance.Padding PRE_PROCESS_CONF=scan-build-$(LLVM_VERSION) # no need to run tests in this case RUN_TEST=no