Skip to content

Commit

Permalink
Let Cython create annotated HTML by default
Browse files Browse the repository at this point in the history
This is useful for debugging/inspecting the generated code.
  • Loading branch information
wbolster committed Sep 17, 2013
1 parent 93c1eb3 commit 806cb8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ build/
.coverage
dist/
plyvel/_plyvel.cpp
plyvel/_plyvel.html
plyvel/_plyvel*.so
plyvel.egg-info/
testdb/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext:
@echo "Building extension"
@echo "=================="
@echo
cython --cplus --fast-fail plyvel/_plyvel.pyx
cython --cplus --fast-fail --annotate plyvel/_plyvel.pyx
python setup.py build_ext --inplace --force

doc:
Expand Down

0 comments on commit 806cb8d

Please sign in to comment.