blob: b9376f61f301dd4a5e385ed828cecc418781d153 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[build_ext]
# Uncomment this to disable assertions
#define=CYTHON_WITHOUT_ASSERTIONS
# Debug info
#cython_gdb=1
# Cython compiler directives
# (http://docs.cython.org/src/reference/compilation.html#compiler-directives)
#cython_directives=
[build_doc]
# Options for builder: html, latex, texinfo, epub, coverage
#builder=html
# Outputs txt files with coverage info
#builder=coverage
|