mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 03:51:40 +00:00
fix a wrong declaration
This commit is contained in:
parent
317cc8174a
commit
f0490fd941
4
debian/rules
vendored
4
debian/rules
vendored
@ -65,8 +65,8 @@ endif
|
|||||||
ifneq (,$(filter codecoverage,$(DEB_BUILD_OPTIONS)))
|
ifneq (,$(filter codecoverage,$(DEB_BUILD_OPTIONS)))
|
||||||
# enable the code coverage
|
# enable the code coverage
|
||||||
CODECOVERAGE=yes
|
CODECOVERAGE=yes
|
||||||
CXXFLAGS_EXTRA="-fprofile-arcs -ftest-coverage"
|
CXXFLAGS_EXTRA=-fprofile-arcs -ftest-coverage
|
||||||
LDFLAGS_EXTRA="-coverage -lgcov"
|
LDFLAGS_EXTRA=-coverage -lgcov
|
||||||
endif
|
endif
|
||||||
|
|
||||||
%:
|
%:
|
||||||
|
Loading…
Reference in New Issue
Block a user