summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2006-03-14 20:22:47 (GMT)
committerThomas Heller <theller@ctypes.org>2006-03-14 20:22:47 (GMT)
commit6ea6e204a9d71705490ad43c7dcb078b18da92ef (patch)
tree2b907a06c63ed156dac5f63a3975a7348ae7293a /PCbuild
parentfe8f862cda0e85cc074f8d3f518324b96267185e (diff)
downloadcpython-6ea6e204a9d71705490ad43c7dcb078b18da92ef.zip
cpython-6ea6e204a9d71705490ad43c7dcb078b18da92ef.tar.gz
cpython-6ea6e204a9d71705490ad43c7dcb078b18da92ef.tar.bz2
For x86 Release and Debug builds, remove the /Wp64 compiler flag, it
is responsible for most (all?) of the warnings we get.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/_ctypes.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/_ctypes.vcproj b/PCbuild/_ctypes.vcproj
index f303c21..76518e6 100644
--- a/PCbuild/_ctypes.vcproj
+++ b/PCbuild/_ctypes.vcproj
@@ -26,7 +26,7 @@
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
+ Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="3"
CompileAs="0"/>
<Tool
@@ -78,7 +78,7 @@
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
+ Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="0"
CompileAs="0"/>
<Tool