summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2026-02-13 22:33:10 +0800
committerruki <[email protected]>2026-02-13 22:33:10 +0800
commit821545f6a78188e733b0abe84cdfcb6d07c9e082 (patch)
tree4f95f9dbd2452603fe12d96195aa50a7611ef220
parent760ee915661f3e08f53ea0991e15d2586ce21aa7 (diff)
fix armlink
-rw-r--r--xmake/modules/core/tools/armlink.lua3
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
},