summaryrefslogtreecommitdiff
path: root/dev-python/cx_Freeze/files/cx_Freeze-6.5.3-buildsystem.patch
blob: c280767a442dd35543ac1b71b42a127c5f96bc42 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/setup.py	2021-01-25 13:34:17.219027624 +0300
+++ b/setup.py	2021-01-25 13:34:26.107026971 +0300
@@ -67,8 +67,6 @@
             if "--with-lto" in get_config_var("CONFIG_ARGS"):
                 extra_args.append("-flto")
                 extra_args.append("-Wl,-export_dynamic")
-            else:
-                extra_args.append("-s")
         self.compiler.link_executable(
             objects,
             fullname,