]> granicus.if.org Git - clang/commitdiff
A Release-Asserts build is now called a Release build.
authorDuncan Sands <baldrick@free.fr>
Wed, 7 Jul 2010 07:49:17 +0000 (07:49 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 7 Jul 2010 07:49:17 +0000 (07:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107760 91177308-0d34-0410-b5e6-96231b3b80d8

NOTES.txt

index beceb7d1ccce8050ca2522f19a272d5846ae15ba..f66a96120a81cfa48a8f512e6bef8cab1ac43c96 100644 (file)
--- 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