From 71c25db86af0945af538f3becf1587adabfd06b7 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 1 Jan 2022 16:47:53 +0800 Subject: Update xmake.lua --- xmake/actions/global/xmake.lua | 1 + 1 file changed, 1 insertion(+) 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." } -- cgit v1.3.1