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/ExecutionEngine | |
parent | 530f887ff2549d58020310ff53003bcd9ba76c4a (diff) |
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/ExecutionEngine')
-rw-r--r-- | win32/ExecutionEngine/ExecutionEngine.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/ExecutionEngine/ExecutionEngine.vcproj b/win32/ExecutionEngine/ExecutionEngine.vcproj index b5e959bb42..974046636f 100644 --- a/win32/ExecutionEngine/ExecutionEngine.vcproj +++ b/win32/ExecutionEngine/ExecutionEngine.vcproj @@ -70,7 +70,7 @@ RuntimeTypeInfo="TRUE" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" + Detect64BitPortabilityProblems="FALSE" DebugInformationFormat="3" DisableSpecificWarnings="4146,4800"/> <Tool |