summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/private/action/build/object.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/private/action/build/object.lua b/xmake/modules/private/action/build/object.lua
index aaeef7725..27aedb527 100644
--- a/xmake/modules/private/action/build/object.lua
+++ b/xmake/modules/private/action/build/object.lua
@@ -71,9 +71,6 @@ function _do_build_file(target, sourcefile, opt)
print(compinst:compcmd(sourcefile, objectfile, {compflags = compflags}))
end
- -- flush io buffer to update progress info
- io.flush()
-
-- compile it
dependinfo.files = {}
if not option.get("dry-run") then