summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 7b59289..29cc8b7 100755
--- a/build.sh
+++ b/build.sh
@@ -15,6 +15,8 @@ if [[ "${CMD}" == "default" ]]; then
../configure --enable-sanitize
elif [[ "${CMD}" == "old" ]]; then
../configure
+elif [[ "${CMD}" == "gprof" ]]; then
+ ../configure --enable-gprof
fi
make -j3
export RET=$?