Adding verbose back in

This commit is contained in:
jeffman 2019-03-01 19:35:09 -05:00
parent 6243595109
commit 03aff67d4d
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ $gcc_args =
"-mtune=arm7tdmi",
"-mthumb",
"-ffixed-r12",
"-mno-long-calls"
"-mno-long-calls",
"-v"
$combine_script_contents =
"SECTIONS { .text 0x$($base_c_address.ToString('X')) : { *(.text .rodata) } }"