Release v4.9237 - Ice Coffee :coffee:
[RRG-proxmark3.git] / covconfig.sh
blobb762ac6f10f6f8eabd3f66ec186c98bc7f0fcbbe
1 #!/usr/bin/env bash
3 set -e
4 . .coverity.conf || exit 1
6 # cov-configure --list-configured-compilers text
7 cov-configure --template --compiler arm-none-eabi-gcc --comptype gcc
8 # cov can't read gcov from gcc > 7
9 cov-configure --template --compiler $HOSTCC --comptype gcc