diff options
Diffstat (limited to 'apps/compiler/compiler.sh')
-rwxr-xr-x | apps/compiler/compiler.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/compiler/compiler.sh b/apps/compiler/compiler.sh index 140d5fa974..dcb94a6b65 100755 --- a/apps/compiler/compiler.sh +++ b/apps/compiler/compiler.sh @@ -29,6 +29,7 @@ comp_options=( "compile: Compile only" "all: clean, configure and compile" "ccacheClean: Clean ccache files, normally not needed" + "ccacheShowStats: show ccache statistics" "quit: Close this menu") comp_functions=( "comp_build" @@ -37,6 +38,7 @@ comp_functions=( "comp_compile" "comp_all" "comp_ccacheClean" + "comp_ccacheShowStats" "comp_quit") PS3='[ Please enter your choice ]: ' |