summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/actions/global/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/actions/global/xmake.lua b/xmake/actions/global/xmake.lua
index b98305418..4c4abd06c 100644
--- a/xmake/actions/global/xmake.lua
+++ b/xmake/actions/global/xmake.lua
@@ -49,6 +49,7 @@ task("global")
return import("core.theme.theme.names")()
end}
, {nil, "debugger", "kv", "auto" , "The debugger program path." }
+ , {nil, "ccache", "kv", nil , "Enable or disable the c/c++ compiler cache." }
, {category = "Build Configuration"}
, {nil, "build_warning", "kv", nil , "Enable the warnings output by default when building." }
, {nil, "cachedir", "kv", nil , "The global cache directory." }