Documentation of --debug flag

This commit is contained in:
wiredfool 2016-04-09 08:15:24 -07:00
parent 33ed45c762
commit 233afecb90

View File

@ -181,6 +181,11 @@ Build Options
the libraries are not found. Webpmux (WebP metadata) relies on WebP
support. Tcl and Tk also must be used together.
* Build flags: ``--debug``. Adds a debugging flag to the include and
library search process to dump all paths searched for and found to
stdout.
Sample Usage::
$ MAX_CONCURRENCY=1 python setup.py build_ext --enable-[feature] install