diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2019-11-12 20:07:31 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2019-11-12 20:07:31 -0500 |
commit | 011577f9e34205b44d5e32b0f04788bfb6a3c92b (patch) | |
tree | 57530581e1e2369ab105276b8d8349ba971d3621 /runv | |
parent | c867081d359618c40f64d7712dfc85225ff68da7 (diff) |
improved compile time params
Diffstat (limited to 'runv')
-rwxr-xr-x | runv | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -valgrind -q --track-origins=yes ./toc test.toc || exit 1 +valgrind -q --track-origins=yes --error-exitcode=1 ./toc test.toc || exit -1 if [ "$1" = "c" ]; then gcc out.c && ./a.out elif [ "$1" = "pc" ]; then |