http://llvm.org/bugs/show_bug.cgi?id=21920
Bug ID: 21920 Summary: Find a solution to the Python debug/release problem on Windows Product: lldb Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: ztur...@google.com Reporter: ztur...@google.com CC: lldb-dev@cs.uiuc.edu Classification: Unclassified Linking against Python on Windows requires linking against debug python when doing a debug build of LLDB, and release python when doing a release build of LLDB. Linking against a debug build of python is very non-user friendly, since it requires building your own python. We should try as hard as possible to see if there's a way for a debug build of LLDB to link against a release python. Failing that, we should perhaps check in a minimal pre-built debug version of python into a separate repo that LLDB can locate automatically. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev