From 821545f6a78188e733b0abe84cdfcb6d07c9e082 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 13 Feb 2026 22:33:10 +0800 Subject: fix armlink --- xmake/modules/core/tools/armlink.lua | 3 --- 1 file changed, 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 }, -- cgit v1.3.1