public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: ElXreno <elxreno@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ddnet] exclude-empty-files: Disabled lto by default
Date: Thu, 03 Sep 2026 00:09:44 GMT [thread overview]
Message-ID: <178839418436.1.12809422572097274691.rpms-ddnet-61eb0c3ff409@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ddnet
Branch : exclude-empty-files
Commit : 61eb0c3ff40996f564623e86d998a253a83a9ffa
Author : ElXreno <elxreno@gmail.com>
Date : 2020-02-17T08:14:16+03:00
Stats : +4/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ddnet/c/61eb0c3ff40996f564623e86d998a253a83a9ffa?branch=exclude-empty-files
Log:
Disabled lto by default
---
diff --git a/ddnet.spec b/ddnet.spec
index cc966ce..d3e1df2 100644
--- a/ddnet.spec
+++ b/ddnet.spec
@@ -1,5 +1,7 @@
-# Enable LTO
-%bcond_without lto
+# LTO
+# Disabled by default because it not give performance boost
+# more than 1-3% but increases build time
+%bcond_with lto
# Enable Ninja build
%bcond_without ninja_build
reply other threads:[~2026-09-03 0:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178839418436.1.12809422572097274691.rpms-ddnet-61eb0c3ff409@fedoraproject.org \
--to=elxreno@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox