From 7f1098d6cf656cd21ef6f01d4479ac8eda14f5bc Mon Sep 17 00:00:00 2001 From: Robert Iannucci Date: Thu, 24 Sep 2009 23:31:17 -0700 Subject: ccache formula 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. --- Library/Formula/ccache.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/ccache.rb (limited to 'Library') diff --git a/Library/Formula/ccache.rb b/Library/Formula/ccache.rb new file mode 100644 index 000000000..25aa37faf --- /dev/null +++ b/Library/Formula/ccache.rb @@ -0,0 +1,13 @@ +require 'brewkit' + +class Ccache