summaryrefslogtreecommitdiff
path: root/xmake/modules/private/cache/build_cache.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-10-04 00:48:13 +0800
committerruki <[email protected]>2025-10-04 00:48:13 +0800
commit8432e73a944c765b7f58e83b43a34bb156e58b9f (patch)
tree6e8fd352f1fdd94359a6c081a7d8a194cbba60cf /xmake/modules/private/cache/build_cache.lua
parentb04e997c1a09cfc6d1a78a982d4ababd0d4ef609 (diff)
optimize build cachekey
Diffstat (limited to 'xmake/modules/private/cache/build_cache.lua')
-rw-r--r--xmake/modules/private/cache/build_cache.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/private/cache/build_cache.lua b/xmake/modules/private/cache/build_cache.lua
index 905426ef5..d3c0094d8 100644
--- a/xmake/modules/private/cache/build_cache.lua
+++ b/xmake/modules/private/cache/build_cache.lua
@@ -115,7 +115,6 @@ function cachekey(program, cppinfo, envs)
table.insert(items, cppflag)
end
end
- table.sort(items)
table.insert(items, hash.xxhash128(cppfile))
if envs then
local basename = path.basename(program)