mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:26:31 +00:00
splitting python complete
This commit is contained in:
@@ -2,15 +2,15 @@ from setuptools import setup, Extension
|
||||
from Cython.Build import cythonize
|
||||
import numpy as np
|
||||
|
||||
# debug_args = {}
|
||||
# trace_line = False
|
||||
debug_args = {}
|
||||
trace_line = False
|
||||
|
||||
debug_args = {
|
||||
'extra_compile_args': ['-O0', '-g'],
|
||||
'extra_link_args': ['-g'],
|
||||
'define_macros': [('CYTHON_TRACE_NOGIL', '1')]
|
||||
}
|
||||
trace_line = True
|
||||
# debug_args = {
|
||||
# 'extra_compile_args': ['-O0', '-g'],
|
||||
# 'extra_link_args': ['-g'],
|
||||
# 'define_macros': [('CYTHON_TRACE_NOGIL', '1')]
|
||||
# }
|
||||
# trace_line = True
|
||||
|
||||
extensions = [
|
||||
Extension('constants_inf', ['constants_inf.pyx'], **debug_args),
|
||||
|
||||
Reference in New Issue
Block a user