summaryrefslogtreecommitdiff
path: root/dev-python/cx_Freeze/files/cx_Freeze-6.8.2-buildsystem.patch
blob: 760ac42fb94226ea7cac4e111965f933420eefb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/setup.py b/setup.py
index 3149360..e06a1d3 100755
--- a/setup.py
+++ b/setup.py
@@ -99,8 +99,6 @@ class build_ext(setuptools.command.build_ext.build_ext):
                 # macOS on Github Actions
                 extra_args.append("-Wl,-export_dynamic")
             else:
-                if not self.debug:
-                    extra_args.append("-s")
                 extra_args.append("-Wl,-rpath,$ORIGIN/lib")
                 extra_args.append("-Wl,-rpath,$ORIGIN/../lib")
         self.compiler.link_executable(