From f066645f616037f3df70250add0ee2a1298c9074 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 27 Apr 2015 00:24:44 +0200 Subject: [PATCH] Updated Compiler Notes (markdown) --- Compiler-Notes.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Compiler-Notes.md b/Compiler-Notes.md index 98a4af7..3182806 100644 --- a/Compiler-Notes.md +++ b/Compiler-Notes.md @@ -25,7 +25,7 @@ user 29m1.430s sys 1m7.557s ``` -rebuilding with ccache (first run): +rebuilding with ccache `v3.2.1` (first run): ``` $ ./configure CXX="/Users/dane/.homebrew/bin/ccache clang++" @@ -33,4 +33,14 @@ $ time make real 11m3.394s user 28m36.684s sys 1m36.502s +``` + +Second run: + +``` +make clean +time make +real 0m41.734s +user 0m41.007s +sys 0m15.724s ``` \ No newline at end of file