diff options
author | Thomas Heller <theller@ctypes.org> | 2008-06-23 19:51:41 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2008-06-23 19:51:41 (GMT) |
commit | 57acc8f5ab751f0831a28a149c4fe44ca0beaf57 (patch) | |
tree | 6c211082853ad57ca57a80ef4a66f9521ccb0074 /PCbuild | |
parent | b436a24eed7f607f56f19334b0bff7c193cddf9d (diff) | |
download | cpython-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.vcproj | 2 |
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 "$(IntDir)\win64.obj" "$(InputPath)"
" + CommandLine="ml64 /nologo /c /Zi /Fo "$(IntDir)\win64.obj" "$(InputPath)"
" Outputs="$(IntDir)\win64.obj" /> </FileConfiguration> |