summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-06-15 00:10:12 +0800
committerruki <[email protected]>2017-06-15 00:10:12 +0800
commitb4874e068e076cd2b643273baf3bc6012c8591b9 (patch)
treed67251c8802caa4666a81ab39e43c38bf2f02e8d
parent62fd903400ccd362255ab8314dc7e599587ea521 (diff)
disable dump config by default
-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