diff options
| author | ruki <[email protected]> | 2022-01-01 16:47:53 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-01 16:47:53 +0800 |
| commit | 71c25db86af0945af538f3becf1587adabfd06b7 (patch) | |
| tree | 58d9e88898f6744e4f915f6ab38d6bffff5b02e7 | |
| parent | 9c4ea3fea86df68671b49b05e0dfabef99330db3 (diff) | |
Update xmake.lua
| -rw-r--r-- | xmake/actions/global/xmake.lua | 1 |
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." } |
