File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ debug: check-env clean
3030 echo " DEF DEBUG = 1" > asyncpg/protocol/__debug.pxi
3131 cython -a -X linetrace=True asyncpg/protocol/protocol.pyx; rm asyncpg/protocol/__debug.pxi
3232 @echo " $$ CYTHON_BUILD_PATCH_SCRIPT" | $(PYTHON )
33- $(PYTHON ) setup.py build_ext --inplace --debug
33+ CFLAGS=" ${CFLAGS} -DCYTHON_TRACE=1 -DCYTHON_TRACE_NOGIL=1" \
34+ $(PYTHON ) setup.py build_ext --inplace --debug
3435
3536
3637test :
Original file line number Diff line number Diff line change 3939 "asyncpg.protocol.protocol" ,
4040 ["asyncpg/protocol/record/recordobj.c" ,
4141 "asyncpg/protocol/protocol.c" ],
42- extra_compile_args = ['-O2' , '-DCYTHON_TRACE=1' , '-D CYTHON_TRACE_NOGIL=1' ])
42+ extra_compile_args = ['-O2' ])
4343 ]
4444)
You can’t perform that action at this time.
0 commit comments