diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-12 14:07:54 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-12 14:07:54 +0300 |
commit | f0b443c37daa92d36ea752d837855a28b084dd3c (patch) | |
tree | 5c35efb32a07373d6c3d6cc523680d68fd24af02 /build.sh | |
parent | 02a5f64db70b61ad41c59c17d70feefaba1f21a5 (diff) |
most likely works with more than 63
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |