Commit 0cf1419b authored by Stefan Behnel's avatar Stefan Behnel

Add makefile target to build Cython for profiling.

parent fd8f08b1
......@@ -12,6 +12,9 @@ all: local
local:
${PYTHON} setup.py build_ext --inplace
plocal:
${PYTHON} setup.py build_ext --inplace --cython-profile
sdist: dist/$(PACKAGENAME)-$(VERSION).tar.gz
dist/$(PACKAGENAME)-$(VERSION).tar.gz:
......
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