Skip to content

Commit debf039

Browse files
committed
update comments
1 parent 15bd9eb commit debf039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake/modules/private/action/build/object.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function _do_build_file(target, sourcefile, opt)
5858
--
5959
-- optimization:
6060
-- we enable time cache to speed up is_changed, because there are a lot of header files in depfiles.
61-
-- but we need to cache it in link stage, maybe some objectfiles will be updated.
61+
-- but we cannot cache it in link stage, maybe some objectfiles will be updated.
6262
-- @see https://github.com/xmake-io/xmake/issues/6089
6363
local depvalues = {compinst:program(), compflags}
6464
local lastmtime = os.isfile(objectfile) and os.mtime(dependfile) or 0

0 commit comments

Comments
 (0)