summaryrefslogtreecommitdiff
path: root/runv
diff options
context:
space:
mode:
Diffstat (limited to 'runv')
-rwxr-xr-xrunv2
1 files changed, 1 insertions, 1 deletions
diff --git a/runv b/runv
index 8cba96a..b40ca55 100755
--- a/runv
+++ b/runv
@@ -5,7 +5,7 @@ else
tocf="$2"
fi
if [ "$1" = "noq" ]; then
- FLAGS=
+ FLAGS="--leak-check=full"
else
FLAGS="-q"
fi