aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-08-12 14:07:54 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-08-12 14:07:54 +0300
commitf0b443c37daa92d36ea752d837855a28b084dd3c (patch)
tree5c35efb32a07373d6c3d6cc523680d68fd24af02 /build.sh
parent02a5f64db70b61ad41c59c17d70feefaba1f21a5 (diff)
most likely works with more than 63
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
}