diff options
| author | ruki <[email protected]> | 2018-12-13 00:39:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-12-12 22:35:17 +0800 |
| commit | 8342e3aa500138d13b04b081c974eee89a33ed83 (patch) | |
| tree | fff16ddc99c2e2fdef551bbfd7500c35511908a6 | |
| parent | a16fcd5180de7d18426106e5d398ebc04a96841d (diff) | |
remove ccache from global configs
| -rw-r--r-- | xmake/actions/global/xmake.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/actions/global/xmake.lua b/xmake/actions/global/xmake.lua index ce9178407..05ad66469 100644 --- a/xmake/actions/global/xmake.lua +++ b/xmake/actions/global/xmake.lua @@ -49,8 +49,6 @@ task("global") , {nil, "menu", "k", nil, "Configure with a menu-driven user interface." } , {category = "."} - , {nil, "ccache", "kv", "auto", "Enable or disable the c/c++ compiler cache." - , " --ccache=[y|n]" } , {nil, "debugger", "kv", "auto", "The Debugger Program Path." } -- show platform menu options |
