diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-11-19 21:39:12 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-11-19 21:39:12 -0500 |
commit | 1eb3af1af72636b47bd95b52d8689b8957ad419b (patch) | |
tree | 47b0e724c561a566e60d8460623aec93e753583e /minic | |
parent | bbaf4fd61b28036c0b9b80ee32b17a0766df12f3 (diff) | |
download | roux-1eb3af1af72636b47bd95b52d8689b8957ad419b.tar.gz |
compile with debug info in mcc
Diffstat (limited to 'minic')
-rwxr-xr-x | minic/mcc | 2 |
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 |