mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
14 lines
509 B
Diff
14 lines
509 B
Diff
diff --git a/setup.py b/setup.py
|
|
index fd24ec9..068119f 100755
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -68,8 +68,6 @@ class build_ext(distutils.command.build_ext.build_ext):
|
|
# PY_LDFLAGS_NODIST = "-flto -Wl,-export_dynamic -g"
|
|
if get_config_var("PY_LDFLAGS_NODIST"):
|
|
extraArgs.extend(get_config_var("PY_LDFLAGS_NODIST").split())
|
|
- else:
|
|
- extraArgs.append("-s")
|
|
self.compiler.link_executable(
|
|
objects,
|
|
fullName,
|