mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 10:04:48 +00:00
disable Padding in scan-build to see if its fixes my issue
This commit is contained in:
parent
119026f39a
commit
cdfc21c77f
3
debian/rules
vendored
3
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user