diff options
| author | ruki <[email protected]> | 2025-10-04 12:11:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-10-04 12:11:00 +0800 |
| commit | 3f746c3fe8c36431d2fca3ca11cce6c1b8ce116b (patch) | |
| tree | f78dc7b8b4db27a46d57aa67f346a0ebb445a124 /xmake/rules/c++/modules/config.lua | |
| parent | 6fd014681461a19290d66ae5a3b97332baf2f841 (diff) | |
decrease rule jobs in jobgraph
Diffstat (limited to 'xmake/rules/c++/modules/config.lua')
| -rw-r--r-- | xmake/rules/c++/modules/config.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/rules/c++/modules/config.lua b/xmake/rules/c++/modules/config.lua index 30f2f2680..25d85bf0e 100644 --- a/xmake/rules/c++/modules/config.lua +++ b/xmake/rules/c++/modules/config.lua @@ -86,6 +86,9 @@ function main(target) end end end + else + target:rule_enable("c++.build.modules.scanner", false) + target:rule_enable("c++.build.modules.builder", false) end end |
