Skip to content

Commit

Permalink
Merge pull request #79 from hmacdope/RemoveLineTRace
Browse files Browse the repository at this point in the history
Remove linetrace and profile flags
  • Loading branch information
hmacdope authored Oct 25, 2020
2 parents fafb578 + 98e18fc commit 859858c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pytng/pytng.pyx
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# cython: linetrace=True
# cython: embedsignature=True
# cython: profile=True
# cython: binding=True
"""
# use these for profiling (note linetracing is broken on PyPy)
# cython: linetrace=True
# cython: profile=True
# distutils: define_macros=[CYTHON_TRACE=1, CYTHON_TRACE_NOGIL=1]

"""
import numpy as np
import numbers
import os
Expand Down

0 comments on commit 859858c

Please sign in to comment.