public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rich Mattes <richmattes@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/pcl] f44: Add -g1 and remove -pipe on 32 bit arches
Date: Thu, 25 Jun 2026 05:49:50 GMT	[thread overview]
Message-ID: <178236659002.1.9592370824367153128.rpms-pcl-49dabbd573df@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/pcl
Branch : f44
Commit : 49dabbd573dfa5610933859eba660bae4c2a5c17
Author : Rich Mattes <richmattes@gmail.com>
Date   : 2019-02-16T10:25:43-05:00
Stats  : +3/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/pcl/c/49dabbd573dfa5610933859eba660bae4c2a5c17?branch=f44

Log:
Add -g1 and remove -pipe on 32 bit arches

---
diff --git a/pcl.spec b/pcl.spec
index 265d391..75e72b7 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -94,9 +94,10 @@ mkdir build
 pushd build
 # try to reduce memory usage of compile process (can cause OOM errors
 # esp. on ARM builders)
-%ifarch %{arm}
-%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
+%if "%{_lib}" == "lib"
+%global optflags %(echo %{optflags} | sed -e 's/-g /-g1 /' -e 's/-pipe //')
 %endif
+
 %cmake \
   -DWITH_DOCS=ON \
   -DWITH_CUDA=OFF \

                 reply	other threads:[~2026-06-25  5:49 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=178236659002.1.9592370824367153128.rpms-pcl-49dabbd573df@fedoraproject.org \
    --to=richmattes@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