We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c403ad1 commit 28d1db1Copy full SHA for 28d1db1
1 file changed
setup.py
@@ -7,7 +7,7 @@
7
from setuptools.command.build_ext import build_ext as build_ext
8
9
10
-CFLAGS = ['-O2']
+CFLAGS = ['-O2', '-DCYTHON_FREETHREADING_COMPATIBLE=1']
11
12
ROOT = pathlib.Path(__file__).parent
13
0 commit comments