diff options
| author | ruki <[email protected]> | 2025-04-07 22:36:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-04-08 15:31:58 +0800 |
| commit | c091d7b4d8f13ed4b17d23df8867ec30e8003c4c (patch) | |
| tree | 90e7222f3b0fd527c21ded0f7d4f70298c40ea9f /xmake/rules/c++/modules/xmake.lua | |
| parent | 72870df34c9a3278fe4a92fa5591f6738f80ada6 (diff) | |
remove across_targets_in_parallel policy
Diffstat (limited to 'xmake/rules/c++/modules/xmake.lua')
| -rw-r--r-- | xmake/rules/c++/modules/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/xmake.lua b/xmake/rules/c++/modules/xmake.lua index d0c0e0387..a27633182 100644 --- a/xmake/rules/c++/modules/xmake.lua +++ b/xmake/rules/c++/modules/xmake.lua @@ -37,7 +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. - target:set("policy", "build.across_targets_in_parallel", false) + target:set("policy", "build.fence", true) -- disable ccache for this target -- |
