summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-06-23 19:51:41 (GMT)
committerThomas Heller <theller@ctypes.org>2008-06-23 19:51:41 (GMT)
commit57acc8f5ab751f0831a28a149c4fe44ca0beaf57 (patch)
tree6c211082853ad57ca57a80ef4a66f9521ccb0074 /PCbuild
parentb436a24eed7f607f56f19334b0bff7c193cddf9d (diff)
downloadcpython-57acc8f5ab751f0831a28a149c4fe44ca0beaf57.zip
cpython-57acc8f5ab751f0831a28a149c4fe44ca0beaf57.tar.gz
cpython-57acc8f5ab751f0831a28a149c4fe44ca0beaf57.tar.bz2
Include debug info when assembling win64.asm in a debug build.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/_ctypes.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/_ctypes.vcproj b/PCbuild/_ctypes.vcproj
index d654a9b..b6abbe0 100644
--- a/PCbuild/_ctypes.vcproj
+++ b/PCbuild/_ctypes.vcproj
@@ -642,7 +642,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="ml64 /nologo /c /Fo &quot;$(IntDir)\win64.obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
+ CommandLine="ml64 /nologo /c /Zi /Fo &quot;$(IntDir)\win64.obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
Outputs="$(IntDir)\win64.obj"
/>
</FileConfiguration>