Skip to content

Commit

Permalink
Don't annotate builds
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberiaResurrection committed Sep 14, 2024
1 parent 019f5ab commit 120fb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyRoute/Pathfinding/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ext_modules=cythonize(
['astar_numpy.py', 'single_source_dijkstra_core.py', 'ApproximateShortestPathForestUnified.py',
'minmaxheap.pyx'],
annotate=True
annotate=False
),
include_dirs=[numpy.get_include()]
)

0 comments on commit 120fb48

Please sign in to comment.