diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2004-12-18 07:05:59 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2004-12-18 07:05:59 +0000 |
commit | f33972192da1cf509cde8b6c02fe582505e58420 (patch) | |
tree | fc9a5f327760c10ad873c21e40c8aef5abef0db2 /win32/VMCore | |
parent | 530f887ff2549d58020310ff53003bcd9ba76c4a (diff) | |
download | external_llvm-f33972192da1cf509cde8b6c02fe582505e58420.zip external_llvm-f33972192da1cf509cde8b6c02fe582505e58420.tar.gz external_llvm-f33972192da1cf509cde8b6c02fe582505e58420.tar.bz2 |
Don't forget about release configuration...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19032 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/VMCore')
-rw-r--r-- | win32/VMCore/VMCore.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj index 5f40446..fce64fb 100644 --- a/win32/VMCore/VMCore.vcproj +++ b/win32/VMCore/VMCore.vcproj @@ -70,7 +70,7 @@ RuntimeTypeInfo="TRUE" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" + Detect64BitPortabilityProblems="FALSE" DebugInformationFormat="3" DisableSpecificWarnings="4146,4800"/> <Tool |