• Andrey Kamaev's avatar
    Added CCache support to Android build · bcf8dd51
    Andrey Kamaev authored
    To speed up rebuilds, define the NDK_CCACHE environment or CMake variable
    to the path to your ccache binary. When declared, the android.cmake.toolchain
    automatically uses CCache when compiling any C/C++ source file. For example:
    
    export NDK_CCACHE=ccache
    bcf8dd51
OpenCVDetectCXXCompiler.cmake 3.77 KB