platform/libinjection/configure-gprof.sh
2019-08-16 10:42:40 -04:00

9 lines
85 B
Bash
Executable file

#!/bin/sh
set -e
#
# gprof build
#
make clean
export CFLAGS="-O2 -pg -ansi"
make -e