disable Padding in scan-build to see if its fixes my issue

This commit is contained in:
Sylvestre Ledru 2018-07-07 12:58:16 +02:00
parent 119026f39a
commit cdfc21c77f

3
debian/rules vendored
View File

@ -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