aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index c5cfef3..a419369 100755
--- a/build.sh
+++ b/build.sh
@@ -16,7 +16,7 @@ function run {
}
function leak {
- VALGRND="valgrind --leak-check=full"
+ VALGRND="valgrind --leak-check=full --show-leak-kinds=all -s"
RUN=1
}