mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
cov settings
This commit is contained in:
parent
070449f7d2
commit
81c1625bfc
3 changed files with 39 additions and 9 deletions
|
@ -3,4 +3,7 @@
|
|||
set -e
|
||||
. .coverity.conf || exit 1
|
||||
|
||||
# cov-configure --list-configured-compilers text
|
||||
cov-configure --template --compiler arm-none-eabi-gcc --comptype gcc
|
||||
# cov can't read gcov from gcc > 7
|
||||
cov-configure --template --compiler $HOSTCC --comptype gcc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue