From b4874e068e076cd2b643273baf3bc6012c8591b9 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 15 Jun 2017 00:10:12 +0800 Subject: disable dump config by default --- xmake/actions/config/main.lua | 6 ++---- 1 file 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 -- cgit v1.3.1