summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2025-10-04 20:22:19 +0800
committerGitHub <[email protected]>2025-10-04 20:22:19 +0800
commit05525e2450c8af5344bd1ace78d4b532955de76c (patch)
treead35b96ef96c44135e2978695f4df1e2c45f8299 /xmake/rules/c++/modules
parent3abd796be60f8b5b69a2c61e36d2e67197328359 (diff)
parentd877bfa5f10301d59d0cf0b15246612e277e8d81 (diff)
Merge pull request #6886 from xmake-io/opti
Decrease jobs count in jobgraph
Diffstat (limited to 'xmake/rules/c++/modules')
-rw-r--r--xmake/rules/c++/modules/config.lua3
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