summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules/xmake.lua
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2024-01-25 21:53:14 +0100
committerArthur LAURENT <[email protected]>2024-01-26 18:20:59 +0100
commit931e8c688088089d14fd2527b48c7f6a3e165d05 (patch)
treec4c92e448a015f03d479aa67e1ea7bddd31b643d /xmake/rules/c++/modules/xmake.lua
parent713e8a5c201c54e54a3f6165f558c964c31f7cdc (diff)
reenable build across targets in parallel policy
seems my refactoring doesn't prevent this policy to work fine
Diffstat (limited to 'xmake/rules/c++/modules/xmake.lua')
-rw-r--r--xmake/rules/c++/modules/xmake.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/xmake.lua b/xmake/rules/c++/modules/xmake.lua
index d39837f19..95edcc24b 100644
--- a/xmake/rules/c++/modules/xmake.lua
+++ b/xmake/rules/c++/modules/xmake.lua
@@ -37,7 +37,9 @@ rule("c++.build.modules")
-- even if some sub-targets do not contain C++ modules.
--
-- maybe we will have a more fine-grained configuration strategy to disable it in the future.
- target:set("policy", "build.across_targets_in_parallel", false)
+
+ -- maybe not needed anymore
+ -- target:set("policy", "build.across_targets_in_parallel", false)
-- disable ccache for this target
--