platform/libinjection/configure-gcov.sh

12 lines
144 B
Bash
Raw Normal View History

2019-08-16 14:42:40 +00:00
#!/bin/sh
set -e
#
# gprof build
#
make clean
export CC=gcc
export CFLAGS="-ansi -g -O0 -fprofile-arcs -ftest-coverage -Wall -Wextra"
make -e