python-build-standalone icon indicating copy to clipboard operation
python-build-standalone copied to clipboard

Add debug support for MSVC builds

Open jayvdb opened this issue 6 years ago • 1 comments

I dont see --debug support in the Windows build scripts. Debug builds are supported by the CPython PCbuild system. https://github.com/python/cpython/blob/master/PCbuild/readme.txt

jayvdb avatar Nov 27 '19 02:11 jayvdb

Yes, this would be nice. The hacks to the Windows build system are ugly and the lack of debug support is mainly a side-effect of me wanting to preserve more of my sanity by not having to hack on the Visual Studio builds any more than necessary.

indygreg avatar Nov 28 '19 18:11 indygreg