summaryrefslogtreecommitdiff
path: root/runv
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-12-05 20:34:13 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2019-12-05 20:34:13 -0500
commit5df057ab76a7ed65c5312e156dccd2982a808cb7 (patch)
treed78af53b3742902cce7f93b1a195dfee58f667d1 /runv
parentc898f92eecc4421c7e134daf37a6f87562b5f5d8 (diff)
Arr works!!!!
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