From 326b5ad45ea08b51f58667dd323929bed8230607 Mon Sep 17 00:00:00 2001 From: "maruel@google.com" Date: Mon, 18 Aug 2008 21:15:54 +0000 Subject: Remove /Wp64 compiler flag as it gets in the way of the porting effort. This is not substitute to porting to x64. BUG=1308991 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@995 0039d316-1c4b-4281-b951-d872f2087c98 --- build/internal/essential.vsprops | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'build/internal') diff --git a/build/internal/essential.vsprops b/build/internal/essential.vsprops index 4125957..d7c725b 100644 --- a/build/internal/essential.vsprops +++ b/build/internal/essential.vsprops @@ -13,14 +13,13 @@ PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL" MinimalRebuild="false" ExceptionHandling="0" + BufferSecurityCheck="true" + EnableFunctionLevelLinking="true" RuntimeTypeInfo="false" WarningLevel="3" WarnAsError="true" - Detect64BitPortabilityProblems="true" DebugInformationFormat="3" DisableSpecificWarnings="4503; 4819" - BufferSecurityCheck="true" - EnableFunctionLevelLinking="true" />