mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-12 09:36:19 +00:00
use the version in the scan-build call
This commit is contained in:
parent
590dcc74ca
commit
b1ecb20782
4
debian/rules
vendored
4
debian/rules
vendored
@ -91,8 +91,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.6"
|
||||
PRE_PROCESS=scan-build -analyzer-config stable-report-filename=true
|
||||
PRE_PROCESS_CONF=scan-build
|
||||
PRE_PROCESS=scan-build-$(LLVM_VERSION) -analyzer-config stable-report-filename=true
|
||||
PRE_PROCESS_CONF=scan-build-$(LLVM_VERSION)
|
||||
# no need to run tests in this case
|
||||
DEB_BUILD_OPTIONS+=" nocheck"
|
||||
CONFIGURE_EXTRA += --enable-assertions
|
||||
|
Loading…
Reference in New Issue
Block a user