summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/core/tools/armclang.lua1
1 files changed, 0 insertions, 1 deletions
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