diff options
author | Duncan Sands <baldrick@free.fr> | 2010-07-07 07:49:17 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-07-07 07:49:17 +0000 |
commit | 8f005a6931258bd0683ab0358b1a0959d6231421 (patch) | |
tree | ae6d1894a83eb15a208d3011c76f81b7c04eae20 | |
parent | a6b808c6ba57723b997da2ef7a4a8cf48fbc2ba8 (diff) |
A Release-Asserts build is now called a Release build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107760 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | NOTES.txt | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |