From 795b7d84fa3faf85f24afef0a37ba4c5c91000bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Mon, 17 Oct 2022 16:14:44 +0200 Subject: [PATCH] add requirements.txt --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a72b84d..d57e040 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ monkey_patch_parallel_compilation() directives = {'language_level': '3'} ext_kwargs = {} cythonize_kwargs = {} -if 'CI' in os.environ and 'RELEASE' not in os.environ: +if 'CI' in os.environ: # and 'RELEASE' not in os.environ: ext_kwargs['define_macros'] = [("CYTHON_TRACE_NOGIL", "1")] directives.update(profile=True, linetrace=True, embedsignature=True) cythonize_kwargs['gdb_debug'] = True -- GitLab