diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-07-11 16:05:49 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-07-11 16:05:49 -0400 |
commit | 88b8cddabdaaa1bfd6d6f566bcebc38f516227df (patch) | |
tree | 39fd2a4691933bd1a62d6cf36fcb88234975b125 /runv | |
parent | 1c0e87ce47c22512878edef083577aa573fd7876 (diff) |
improved the way value memory management works
Diffstat (limited to 'runv')
-rwxr-xr-x | runv | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ else tocf="$2" fi if [ "$1" = "noq" ]; then - FLAGS= + FLAGS="--leak-check=full" else FLAGS="-q" fi |