From 4b6c0e31385f5f27a151088c0a2b614495c4e589 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 14 Oct 2021 12:47:50 -0400 Subject: initial commit, including theme --- content/posts/2004-02-25-ccache-and-distcc.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 content/posts/2004-02-25-ccache-and-distcc.html (limited to 'content/posts/2004-02-25-ccache-and-distcc.html') diff --git a/content/posts/2004-02-25-ccache-and-distcc.html b/content/posts/2004-02-25-ccache-and-distcc.html new file mode 100644 index 0000000..95501c7 --- /dev/null +++ b/content/posts/2004-02-25-ccache-and-distcc.html @@ -0,0 +1,8 @@ +--- +date: "2004-02-25T22:34:48Z" +title: ccache and distcc +--- + +

+I wrote a quick wrapper program for Richard (richlowe); it passes ccache and distcc on the command-line, along with whatever arguments you specify. It's written in C to minimize shell invocation overhead. Here's the source. Call it as shorthand for the usual ccache, distcc, cc chain, like so: gmake -j8 CC=ccdc. + -- cgit v1.2.3