From 8f005a6931258bd0683ab0358b1a0959d6231421 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Wed, 7 Jul 2010 07:49:17 +0000 Subject: 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 --- NOTES.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'NOTES.txt') diff --git a/NOTES.txt b/NOTES.txt index beceb7d1cc..f66a96120a 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 -- cgit v1.2.3