Add more commented out options to setup.cfg

This commit is contained in:
Kai Huuhko 2013-11-04 07:08:27 +02:00
parent a261a2bb69
commit f1a3feadb9
1 changed files with 8 additions and 1 deletions

View File

@ -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