[Lldb-commits] [PATCH] Don't try to link against a release python during a debug build.

Zachary Turner zturner at google.com
Wed Jul 9 13:39:34 PDT 2014


Note that this means that if someone on Windows wants to enable python support and/or run tests, they will have to build Python themselves.  This is unfortunate, but it seems like the way it has to be.

We can try to streamline this in the future by checking in a hermetic copy of Python with necessary build files, but until that day comes, building manually seems like the best option.  Note that this only applies if you have LLDB_DISABLE_PYTHON=0, which is NOT the default.

http://reviews.llvm.org/D4441






More information about the lldb-commits mailing list