diff options
| author | ruki <[email protected]> | 2020-03-01 13:39:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-03-01 13:39:37 +0800 |
| commit | ab89db832e169bc6727b2ad8f5c1b6d34651269c (patch) | |
| tree | 143bb760ea320af14f7df194662eb07c79ba64a8 | |
| parent | e748a26424e7e8c5e8136afc5610643667cd587e (diff) | |
remove io.flush for build object
| -rw-r--r-- | xmake/modules/private/action/build/object.lua | 3 |
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 |
