From 5df057ab76a7ed65c5312e156dccd2982a808cb7 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Thu, 5 Dec 2019 20:34:13 -0500 Subject: Arr works!!!! --- runv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runv') 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 -- cgit v1.2.3