From cdfc21c77f6647dffb44df0a748123d276bf2c8e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 7 Jul 2018 12:58:16 +0200 Subject: [PATCH] disable Padding in scan-build to see if its fixes my issue --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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