Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Feb 13, 2024
1 parent 66b9154 commit 8f1f809
Show file tree
Hide file tree
Showing 5 changed files with 3,288 additions and 2,959 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def no_cythonize(extensions, **_ignore):
"language_level": 3,
"profile": bool(int(os.getenv("CYTHON_PROFILE", 0))),
}
extensions = cythonize(extensions, compiler_directives=compiler_directives)
extensions = cythonize(extensions, compiler_directives=compiler_directives, force=bool(int(os.getenv("CYTHON_FORCE", 0))))
else:
extensions = no_cythonize(extensions)

Expand Down
Loading

0 comments on commit 8f1f809

Please sign in to comment.