From 31e4124be2ae66eb10ac43f0b673ee1728104a67 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 23 Sep 2022 23:04:26 +0800 Subject: improve verbose info --- xmake/modules/package/tools/ninja.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/package/tools/ninja.lua') diff --git a/xmake/modules/package/tools/ninja.lua b/xmake/modules/package/tools/ninja.lua index d61e144b2..42dc73ed6 100644 --- a/xmake/modules/package/tools/ninja.lua +++ b/xmake/modules/package/tools/ninja.lua @@ -34,7 +34,7 @@ function build(package, configs, opt) end table.insert(argv, "-C") table.insert(argv, buildir) - if option.get("verbose") then + if option.get("diagnosis") then table.insert(argv, "-v") end table.insert(argv, "-j") -- cgit v1.3.1