summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules/xmake.lua
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2024-01-26 13:09:48 +0100
committerArthur LAURENT <[email protected]>2024-01-26 18:20:59 +0100
commit635f106496d545a44cef51134586de17b5594a45 (patch)
tree043ea9e5daa8c660b913c2a1bf98e4a3cc6a7d2b /xmake/rules/c++/modules/xmake.lua
parent931e8c688088089d14fd2527b48c7f6a3e165d05 (diff)
Revert "reenable build across targets in parallel policy"
This reverts commit 9a47d92eaa9612bf6e3fdb72995d8872b533d082.
Diffstat (limited to 'xmake/rules/c++/modules/xmake.lua')
-rw-r--r--xmake/rules/c++/modules/xmake.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmake/rules/c++/modules/xmake.lua b/xmake/rules/c++/modules/xmake.lua
index 95edcc24b..d39837f19 100644
--- a/xmake/rules/c++/modules/xmake.lua
+++ b/xmake/rules/c++/modules/xmake.lua
@@ -37,9 +37,7 @@ 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.
-
- -- maybe not needed anymore
- -- target:set("policy", "build.across_targets_in_parallel", false)
+ target:set("policy", "build.across_targets_in_parallel", false)
-- disable ccache for this target
--