platform/libinjection/configure-gprof.sh

10 lines
85 B
Bash
Raw Normal View History

2019-08-16 14:42:40 +00:00
#!/bin/sh
set -e
#
# gprof build
#
make clean
export CFLAGS="-O2 -pg -ansi"
make -e