From 2a04ebccccc367daeed9d8f3b3facaf86d83c8f4 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 3 Dec 2025 21:05:53 +0800 Subject: remove config --- xmake/modules/private/check/checkers/syntax.lua | 3 --- 1 file changed, 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) -- cgit v1.3.1