ccache-swig - Man Page

a fast compiler cache

Synopsis

ccache-swig [options]
ccache-swig compiler [compile options]
compiler [compile options]    (via symbolic link)

Description

ccache-swig  is a compiler cache. It speeds up re-compilation of C/C++/SWIG code by caching previous compiles and detecting when the same compile is being done again. ccache-swig is ccache plus support for SWIG.

Options

-s                      show statistics summary
-z                      zero statistics
-c                      run a cache cleanup
-C                      clear the cache completely
-F <maxfiles>           set maximum files in cache
-M <maxsize>            set maximum size of cache (use G, M or K)
-h                      this help page
-V                      print version number

Notes

For more information, see /usr/share/doc/swig-doc/Doc/Manual/CCache.html from the swig-doc package.

Info

April 2024 h2m_helper_ccache