diff options
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 } |