]> granicus.if.org Git - python/commitdiff
Include debug info when assembling win64.asm in a debug build.
authorThomas Heller <theller@ctypes.org>
Mon, 23 Jun 2008 19:51:41 +0000 (19:51 +0000)
committerThomas Heller <theller@ctypes.org>
Mon, 23 Jun 2008 19:51:41 +0000 (19:51 +0000)
PCbuild/_ctypes.vcproj

index d654a9be8e763601f6c88ef9146978e67e059029..b6abbe05ec7641fbeb051b0868afa0fe894edcd5 100644 (file)
                                        >
                                        <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>