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 08a52f8..53a72c3 100755
--- a/runv
+++ b/runv
@@ -12,7 +12,7 @@ fi
valgrind $FLAGS --track-origins=yes --error-exitcode=1 --malloc-fill=0xcd --free-fill=0xef --num-callers=100 ./toc $tocf || exit 1
if [ "$1" = "c" ]; then
- gcc out.c && ./a.out
+ gcc out.c -g && ./a.out
elif [ "$1" = "pc" ]; then
cat out.c
fi