Disable language extensions for the clang parser.

llvm-svn: 62808
This commit is contained in:
Steve Naroff 2009-01-22 23:06:24 +00:00
parent 0681693277
commit d8aea2dba8
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
DisableLanguageExtensions="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
WarningLevel="3"