[Lldb-commits] [lldb] r204459 - Don't build LLDBWrapPython.cpp for mingw.

Ed Maste emaste at freebsd.org
Fri Mar 21 10:30:11 PDT 2014


On 21 March 2014 11:25, Abid, Hafiz <Hafiz_Abid at mentor.com> wrote:
> Hi Ed,
> Currently, LLDB_DISABLE_PYTHON is only defined in the autoconf system for mingw.
> You are right that now we will have to take care of this in 2 places if some other
> system comes along that needs this switch.

I mean for cases where the user wants to manually disable the Python
bindings, on the configure or cmake command line.

In my case we're including LLDB in the FreeBSD base system, which
doesn't include Python.  That uses its own build infrastructure, but I
occasionally test the stock upstream source by configuring with
-DLLDB_DISABLE_PYTHON.

-Ed



More information about the lldb-commits mailing list