summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoras564335sa <[email protected]>2022-08-20 15:24:03 +0800
committeras564335sa <[email protected]>2022-08-20 15:24:03 +0800
commit2f783b7419446a274537aebdf522754f154bde6d (patch)
treeb562ad5a65847f89eafcf91c8202adf9a983a724
parent50b293a58c8cbbc7c432ab3728c2c159f5d3bc18 (diff)
del print
-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