Turn PCH off by default, yet again. I'm happier about it this time, though

llvm-svn: 70168
This commit is contained in:
Douglas Gregor 2009-04-26 23:15:05 +00:00
parent db397b6a32
commit 060eaf6520
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Driver::Driver(const char *_Name, const char *_Dir,
Host(0),
CCCIsCXX(false), CCCEcho(false), CCCPrintBindings(false),
CCCGenericGCCName("gcc"), CCCUseClang(true), CCCUseClangCXX(false),
CCCUseClangCPP(true), CCCUsePCH(true),
CCCUseClangCPP(true), CCCUsePCH(false),
SuppressMissingInputWarning(false)
{
// Only use clang on i386 and x86_64 by default.