diff options
| -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 |
