Package ccache: Information

    Source package: ccache
    Version: 2.4-alt3
    Build time:  Sep 9, 2008, 02:08 AM
    Report package bug
    License: GPL
    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)

    Maintainer: Andrey Rahmatullin


    ACL:
    @qa_p5

      1. zlib-devel

    Last changed


    Sept. 8, 2008 Andrey Rahmatullin 2.4-alt3
    - add Debian patches:
      + respect LDFLAGS when linking
      + use utimes(2) instead of utime(2) when possible
      + zlib compression of cache, enabled by default
      + --long-options
      + don't cache compilations with profiling on
      + fix dependencies when using -o
      + fix hyphens in the manpage
      + add CACHEDIR.TAG support
      + improve LRU-based cache cleanup
      + don't try to use caching when HOME is unset
      + check for errors when setting cache limits
      + behave more reliably when the cache is on NFS
    - spec fixes
    Oct. 4, 2005 Vitaly Lipatov 2.4-alt2
    - fix bug #2910
    Nov. 7, 2004 Vitaly Lipatov 2.4-alt1
    - new version