We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb55f53 commit d8027f7Copy full SHA for d8027f7
1 file changed
setup.py
@@ -30,7 +30,7 @@
30
CFLAGS = os.environ['CFLAGS'] = '-DCYTHON_TRACE=1 -DCYTHON_USE_SYS_MONITORING=0'
31
LFLAGS = os.environ['LFLAGS'] = ''
32
else:
33
- CFLAGS = ''
+ CFLAGS = '-DCYTHON_USE_SYS_MONITORING=0'
34
LFLAGS = ''
35
36
allow_extensions = True
0 commit comments