We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca987b commit 9bd6dd6Copy full SHA for 9bd6dd6
Makefile
@@ -34,8 +34,10 @@ setup-build:
34
compile: clean setup-build
35
36
37
+# NOTE: --debug will not work on windows since it asks for a non-existant _d.lib file.
38
+# TODO: Fix workflows for missing debug binaries in the future.
39
debug: clean
- $(PYTHON) setup.py build_ext --inplace --debug \
40
+ $(PYTHON) setup.py build_ext --inplace \
41
--cython-always \
42
--cython-annotate \
43
--cython-directives="linetrace=True" \
0 commit comments