Package ccache: Information

    Binary package: ccache
    Version: 4.6-alt3
    Architecture: loongarch64
    Build time:  Aug 18, 2023, 07:04 PM
    Source package: ccache
    Report package bug
    Home page: http://ccache.dev/

    License: GPLv3+
    Summary: Compiler cache
    Description: 
    ccache is a compiler cache. It acts as a caching pre-processor to
    C/C++ compilers, using the -E compiler switch and a hash to detect
    when a compilation can be satisfied from cache. This often results
    in a 5 to 10 times speedup in common compilations.

    Maintainer: Artyom Bystrov


    Last changed


    July 11, 2023 Artyom Bystrov 4.6-alt3
    - Fix build on GCC13
    April 22, 2023 Vitaly Lipatov 4.6-alt2
    - ccache.filetrigger: replace egrep with grep -E
    March 23, 2022 Alexey Sheplyakov 4.6-alt1
    - new version 4.6
    - in particular solves .incbin false positive