From 8432e73a944c765b7f58e83b43a34bb156e58b9f Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 4 Oct 2025 00:48:13 +0800 Subject: optimize build cachekey --- xmake/modules/private/cache/build_cache.lua | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.3.1