Skip to content

Commit 821545f

Browse files
committed
fix armlink
1 parent 760ee91 commit 821545f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

xmake/modules/core/tools/armlink.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ function link(self, objectfiles, targetkind, targetfile, flags, opt)
9898

9999
-- raise errors
100100
local results = #lines > 0 and table.concat(lines, "\n") or ""
101-
if not option.get("verbose") then
102-
results = results .. "\n ${yellow}> in ${bright}" .. sourcefile
103-
end
104101
raise(results)
105102
end
106103
},

0 commit comments

Comments
 (0)