projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b436a24
)
Include debug info when assembling win64.asm in a debug build.
author
Thomas Heller
<theller@ctypes.org>
Mon, 23 Jun 2008 19:51:41 +0000
(19:51 +0000)
committer
Thomas Heller
<theller@ctypes.org>
Mon, 23 Jun 2008 19:51:41 +0000
(19:51 +0000)
PCbuild/_ctypes.vcproj
patch
|
blob
|
history
diff --git
a/PCbuild/_ctypes.vcproj
b/PCbuild/_ctypes.vcproj
index d654a9be8e763601f6c88ef9146978e67e059029..b6abbe05ec7641fbeb051b0868afa0fe894edcd5 100644
(file)
--- a/
PCbuild/_ctypes.vcproj
+++ b/
PCbuild/_ctypes.vcproj
@@
-642,7
+642,7
@@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="ml64 /nologo /c /Fo "$(IntDir)\win64.obj" "$(InputPath)"
"
+ CommandLine="ml64 /nologo /c /
Zi /
Fo "$(IntDir)\win64.obj" "$(InputPath)"
"
Outputs="$(IntDir)\win64.obj"
/>
</FileConfiguration>