diff --git a/debian/rules b/debian/rules index ff08bf55..46acd224 100755 --- a/debian/rules +++ b/debian/rules @@ -90,7 +90,7 @@ 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) -analyzer-config stable-report-filename=true + PRE_PROCESS=scan-build-$(LLVM_VERSION) -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 DEB_BUILD_OPTIONS+=" nocheck"