diff options
| -rw-r--r-- | xmake/modules/core/tools/armlink.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/core/tools/armlink.lua b/xmake/modules/core/tools/armlink.lua index 32b87ad35..36bc48a58 100644 --- a/xmake/modules/core/tools/armlink.lua +++ b/xmake/modules/core/tools/armlink.lua @@ -124,6 +124,7 @@ function link(self, objectfiles, targetkind, targetfile, flags) end -- show echo output? e.g. --map data + -- @see https://github.com/xmake-io/xmake/issues/4420 if ok and outdata and #outdata > 0 and option.get("diagnosis") then print(outdata) end |
