mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
Bug: https://bugs.gentoo.org/887651 Bug: https://bugs.gentoo.org/926720 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
16 lines
330 B
Diff
16 lines
330 B
Diff
Do not overwrite user's optimization.
|
|
|
|
Bug: https://bugs.gentoo.org/887651
|
|
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -27,7 +27,7 @@ from setuptools.command import build_ext as setuptools_build_ext
|
|
|
|
CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<4.0.0)'
|
|
|
|
-CFLAGS = ['-O2']
|
|
+CFLAGS = []
|
|
LDFLAGS = []
|
|
|
|
if platform.uname().system != 'Windows':
|