Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jan 22, 2025
1 parent 15bd9eb commit debf039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/modules/private/action/build/object.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function _do_build_file(target, sourcefile, opt)
--
-- optimization:
-- we enable time cache to speed up is_changed, because there are a lot of header files in depfiles.
-- 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.
-- @see https://github.com/xmake-io/xmake/issues/6089
local depvalues = {compinst:program(), compflags}
local lastmtime = os.isfile(objectfile) and os.mtime(dependfile) or 0
Expand Down

0 comments on commit debf039

Please sign in to comment.