commit 1eb3af1af72636b47bd95b52d8689b8957ad419b parent bbaf4fd61b28036c0b9b80ee32b17a0766df12f3 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Thu, 19 Nov 2015 21:39:12 -0500 compile with debug info in mcc Diffstat:
| M | minic/mcc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/minic/mcc b/minic/mcc @@ -10,4 +10,4 @@ fi ./minic < $SRC > $TMP.ssa || exit 1 ../lisc/lisc $TMP.ssa > $TMP || exit 1 -cc $TMP +cc -g $TMP