Commit 7af9d486 authored by Stefan Behnel's avatar Stefan Behnel

generate annotated HTML from benchmark sources

parent 15873476
...@@ -3,5 +3,5 @@ from Cython.Build import cythonize ...@@ -3,5 +3,5 @@ from Cython.Build import cythonize
setup( setup(
name = 'benchmarks', name = 'benchmarks',
ext_modules = cythonize("*.py", language_level=3), ext_modules = cythonize("*.py", language_level=3, annotate=True),
) )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment