Files
gentoo/dev-python/cx_Freeze/files/cx_Freeze-6.4.2-buildsystem.patch
Sam James 88d9f0a51b dev-python/cx_Freeze: bump to 6.4.2
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
2020-12-14 02:44:05 +00:00

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,