mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 10:40:59 +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)))
|
||||
# enable the code coverage
|
||||
CODECOVERAGE=yes
|
||||
CXXFLAGS_EXTRA="-fprofile-arcs -ftest-coverage"
|
||||
LDFLAGS_EXTRA="-coverage -lgcov"
|
||||
CXXFLAGS_EXTRA=-fprofile-arcs -ftest-coverage
|
||||
LDFLAGS_EXTRA=-coverage -lgcov
|
||||
endif
|
||||
|
||||
%:
|
||||
|
Loading…
Reference in New Issue
Block a user