Updated Compiler Notes (markdown)
parent
4ec239d4cf
commit
d47536e4a1
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
```
|
Loading…
Add table
Reference in a new issue