From 2f783b7419446a274537aebdf522754f154bde6d Mon Sep 17 00:00:00 2001 From: as564335sa <809885126@qq.com> Date: Sat, 20 Aug 2022 15:24:03 +0800 Subject: del print --- xmake/modules/core/tools/armclang.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/xmake/modules/core/tools/armclang.lua b/xmake/modules/core/tools/armclang.lua index 3cfc9d640..177e391f7 100644 --- a/xmake/modules/core/tools/armclang.lua +++ b/xmake/modules/core/tools/armclang.lua @@ -645,7 +645,6 @@ function compile(self, sourcefile, objectfile, dependinfo, flags) if depfile and _g._HAS_MMD_MF then compflags = table.join(compflags, "-MMD", "-MF", depfile) end - print(depfile) -- has color diagnostics? enable it local colors_diagnostics = _has_color_diagnostics(self) if colors_diagnostics then -- cgit v1.3.1