diff options
Diffstat (limited to 'NOTES.txt')
-rw-r--r-- | NOTES.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/NOTES.txt b/NOTES.txt index beceb7d1ccce..f66a96120a81 100644 --- a/NOTES.txt +++ b/NOTES.txt @@ -13,8 +13,7 @@ This is similar to -Eonly. //===---------------------------------------------------------------------===// -Creating and using a PTH file for performance measurement (use a release-asserts -build). +Creating and using a PTH file for performance measurement (use a release build). $ clang -ccc-pch-is-pth -x objective-c-header INPUTS/Cocoa_h.m -o /tmp/tokencache $ clang -cc1 -token-cache /tmp/tokencache INPUTS/Cocoa_h.m |