components/swig/files/ccache-swig.1
author John Beck <John.Beck@Oracle.COM>
Thu, 13 Oct 2016 08:06:14 -0700
changeset 7109 f298ea535620
parent 6154 317d41eedaaa
permissions -rw-r--r--
24844018 fix for 24826424 needs tweaking

.\"
.\" generic ccache-swig man page for the swig Project
.br
.br
.TH ccache-swig 1 "07 Jun 2016" "swig 3.0.8" "User commands"
.SH NAME
.P
ccache-swig - a fast compiler cache
.br
.SH SYNOPSIS
.P
ccache-swig [OPTION]
.br
.P
ccache-swig <compiler> [COMPILER OPTIONS]
.br
.P
<compiler> [COMPILER OPTIONS]
.br
.SH DESCRIPTION
.P
ccache-swig is a compiler cache. It speeds up the 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. ccache and ccache-swig are used interchangeably in this document.
.br
.P
.SH "SEE ALSO"
.br
Installed documentation: /usr/share/swig/3.0.8/doc/manual/CCache.html
.br
.P