summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/actions/config/main.lua6
1 files changed, 2 insertions, 4 deletions
diff --git a/xmake/actions/config/main.lua b/xmake/actions/config/main.lua
index 2f5edceba..931f0ced6 100644
--- a/xmake/actions/config/main.lua
+++ b/xmake/actions/config/main.lua
@@ -277,10 +277,8 @@ function main()
configheader.make()
end
- -- trace
- if recheck or option.get("verbose") then
-
- -- dump it
+ -- dump config
+ if option.get("verbose") then
config.dump()
end