kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=f1a3feadb9ff11b11917dc6565a7116d27c64cb7
commit f1a3feadb9ff11b11917dc6565a7116d27c64cb7 Author: Kai Huuhko <kai.huu...@gmail.com> Date: Mon Nov 4 07:08:27 2013 +0200 Add more commented out options to setup.cfg --- setup.cfg | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index df0260b..58c27ac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,13 @@ [build_ext] # Uncomment this to disable assertions -#define=PYREX_WITHOUT_ASSERTIONS +#define=CYTHON_WITHOUT_ASSERTIONS +# Debug info +#cython_gdb=1 +# Cython compiler directives +#cython_directives= [build_doc] +# Options for builder: html, latex, texinfo, epub, coverage builder=html +# Outputs txt files with coverage info +#builder=coverage --