public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ddnet] exclude-empty-files: Disabled lto by default
@ 2026-09-03 0:09 ElXreno
0 siblings, 0 replies; only message in thread
From: ElXreno @ 2026-09-03 0:09 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-03 0:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 0:09 [rpms/ddnet] exclude-empty-files: Disabled lto by default ElXreno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox