summaryrefslogtreecommitdiff
path: root/xmake/actions/global/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/actions/global/xmake.lua')
-rw-r--r--xmake/actions/global/xmake.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/actions/global/xmake.lua b/xmake/actions/global/xmake.lua
index b895b129a..97a3da630 100644
--- a/xmake/actions/global/xmake.lua
+++ b/xmake/actions/global/xmake.lua
@@ -49,6 +49,8 @@ task("global")
return import("core.theme.theme.names")()
end}
, {nil, "debugger", "kv", "auto" , "The debugger program path." }
+ , {category = "Build Configuration"}
+ , {nil, "build_warning", "kv", nil , "Enable the warnings output by default when building." }
-- network configuration
, {category = "Network Configuration"}