You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/cx_Freeze/files/cx_Freeze-6.5.3-buildsystem...

12 lines
430 B

--- 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,