summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/private/check/checkers/syntax.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/private/check/checkers/syntax.lua b/xmake/modules/private/check/checkers/syntax.lua
index 63c6234a1..c7f0a31fc 100644
--- a/xmake/modules/private/check/checkers/syntax.lua
+++ b/xmake/modules/private/check/checkers/syntax.lua
@@ -157,9 +157,6 @@ function main(argv)
-- lock the whole project
project.lock()
- -- config it first
- task.run("config", {}, {disable_dump = true})
-
-- disable ccache after config
project.policy_set("build.ccache", false)