summary refs log tree commit diff
path: root/minic/mcc
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-11-19 21:39:12 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-11-19 21:39:12 -0500
commit1eb3af1af72636b47bd95b52d8689b8957ad419b (patch)
tree47b0e724c561a566e60d8460623aec93e753583e /minic/mcc
parentbbaf4fd61b28036c0b9b80ee32b17a0766df12f3 (diff)
downloadroux-1eb3af1af72636b47bd95b52d8689b8957ad419b.tar.gz
compile with debug info in mcc
Diffstat (limited to 'minic/mcc')
-rwxr-xr-xminic/mcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/minic/mcc b/minic/mcc
index 509f337..8870c43 100755
--- 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