| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Introduced by 1cc730ddc27df52.
|
| |
|
| |
|
|
|
|
|
| |
Disable the size_t truncation warning. (Note that this leaves on
the other truncation-related warnings, like int->char.)
|
|
|
|
|
|
|
|
|
|
|
| |
prints the rate of finished edges per second to the console,
for instance with NINJA_STATUS="[%s/%t %o(%c)/s] ":
[132/1922 16.1(14)/s]
16.1 is the average for all processed files (here 132 since start)
14 is the average of the last n files while n is the number specifies by
-j (or its default)
|
| |
|
|
|