We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bd9eb commit debf039Copy full SHA for debf039
xmake/modules/private/action/build/object.lua
@@ -58,7 +58,7 @@ function _do_build_file(target, sourcefile, opt)
58
--
59
-- optimization:
60
-- 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.
+ -- but we cannot cache it in link stage, maybe some objectfiles will be updated.
62
-- @see https://github.com/xmake-io/xmake/issues/6089
63
local depvalues = {compinst:program(), compflags}
64
local lastmtime = os.isfile(objectfile) and os.mtime(dependfile) or 0
0 commit comments