diff options
| -rw-r--r-- | xmake/modules/core/tools/armlink.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/core/tools/armlink.lua b/xmake/modules/core/tools/armlink.lua index 7d5184a50..a14bc04d0 100644 --- a/xmake/modules/core/tools/armlink.lua +++ b/xmake/modules/core/tools/armlink.lua @@ -98,9 +98,6 @@ function link(self, objectfiles, targetkind, targetfile, flags, opt) -- raise errors local results = #lines > 0 and table.concat(lines, "\n") or "" - if not option.get("verbose") then - results = results .. "\n ${yellow}> in ${bright}" .. sourcefile - end raise(results) end }, |
