Skip to content
Snippets Groups Projects
Commit 95a5cd0f authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Updated readme with `debug` information

parent 85b9af9c
No related branches found
No related tags found
No related merge requests found
......@@ -22,11 +22,6 @@ the default ``pkg-config`` environment::
[mycxx]
recipe = xbob.buildout:develop
Unfortunately, ``zc.buildout`` will not consider ``setup_requires`` entries on
your package's ``setup.py``. You will have to repeat those eggs on the entry
``eggs`` for this recipe. You can ignore the special entry ``xbob.extension``,
which is included by default.
Supported Options
=================
......@@ -34,8 +29,11 @@ The recipe supports the following options:
eggs
The eggs option specifies a list of eggs to use for **building** this
package. Each string must be given on a separate line. The entry
``xbob.extension`` is included by default.
package. Each string must be given on a separate line.
debug
If set, the module will be compiled with debugging symbols and with
optimization turned off.
buildout.eggs
The eggs option specifies a list of eggs to use for **building** this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment