mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Include debug info when assembling win64.asm in a debug build.
This commit is contained in:
parent
b436a24eed
commit
57acc8f5ab
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue