From ce0a0129386f335111229cd4379b5fd4c1213058 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Mon, 3 Nov 2014 16:08:19 +0100 Subject: [PATCH] Add ccache tip in README --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 67d3933ff..456147ab4 100644 --- a/README +++ b/README @@ -35,6 +35,8 @@ To create an apk with a different package name, you need to edit the custom_rule 3) update the path to the sounds in the linphonerc-factory files in the res folders and optionally change default sip account on linphonerc-default 4) run again the Makefile script by calling "make" +You can speed up the compilation by using ccache (compiler cache, see https://ccache.samba.org/). Simply export: +export NDK_CCACHE=ccache TROUBLESHOOTING *****************************