diff options
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/scripts/Python/prepare_binding_Python.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/scripts/Python/prepare_binding_Python.py b/lldb/scripts/Python/prepare_binding_Python.py index 31aef6cf8f0..f642ba3f41e 100644 --- a/lldb/scripts/Python/prepare_binding_Python.py +++ b/lldb/scripts/Python/prepare_binding_Python.py @@ -204,6 +204,7 @@ def do_swig_rebuild(options, dependency_file, config_build_dir, settings): "-c++", "-shadow", "-python", + "-features autodoc" "-threads", "-I" + os.path.normpath(os.path.join(options.src_root, "include")), "-I" + os.path.curdir, |