Package ccache: Information

    Source package: ccache
    Version: 3.4.2-alt2
    Build time:  Aug 13, 2018, 03:00 PM in the task #211310
    Report package bug
    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.

    List of rpms provided by this srpm:
    ccache (x86_64, i586, aarch64)
    ccache-debuginfo (x86_64, i586, aarch64)

    Maintainer: Aleksei Nikiforov


      1. asciidoc-a2x
      2. zlib-devel

    Last changed


    Aug. 10, 2018 Aleksei Nikiforov 3.4.2-alt2
    - Set ccache version info (Closes: #33939).
    May 3, 2018 Aleksei Nikiforov 3.4.2-alt1
    - Updated to upstream version 3.4.2.
    Nov. 30, 2016 Evgeny Sinelnikov 3.3.3-alt1
    - Detects usage of `.incbin` assembler directives in the source code
      and avoids caching such compilations.