Skip to content

Commit

Permalink
Remove verbose (Appveyor seems to be working now)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffman committed Mar 2, 2019
1 parent 9815855 commit 5af1d1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.ps1
Expand Up @@ -56,8 +56,7 @@ $gcc_args =
"-mtune=arm7tdmi",
"-mthumb",
"-ffixed-r12",
"-mno-long-calls",
"-v"
"-mno-long-calls"

$combine_script_contents =
"SECTIONS { .text 0x$($base_c_address.ToString('X')) : { *(.text .rodata) } }"
Expand Down

0 comments on commit 5af1d1c

Please sign in to comment.