Updated Compiler Notes (markdown)

Dane Springmeyer 2015-04-27 00:23:33 +02:00
parent 4ec239d4cf
commit d47536e4a1

@ -23,4 +23,14 @@ $ source bootstrap.sh && time make
real 16m31.347s
user 29m1.430s
sys 1m7.557s
```
rebuilding with ccache (first run):
```
$ ./configure CXX="/Users/dane/.homebrew/bin/ccache clang++"
$ time make
real 11m3.394s
user 28m36.684s
sys 1m36.502s
```