From 95993ba8f4913dc03b274230f23ac825ccfa3056 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 12 Jan 2023 22:22:12 +0000 Subject: [PATCH] Omit frame pointers when building --- compiler-rt.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/compiler-rt.spec b/compiler-rt.spec index 8545819..44dd7c0 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -1,4 +1,9 @@ %global toolchain clang + +# Opt out of https://fedoraproject.org/wiki/Changes/fno-omit-frame-pointer +# https://bugzilla.redhat.com/show_bug.cgi?id=2158587 +%undefine _include_frame_pointers + %global compiler_rt_version 15.0.7 #global rc_ver 3 %global crt_srcdir compiler-rt-%{compiler_rt_version}%{?rc_ver:rc%{rc_ver}}.src @@ -11,7 +16,7 @@ Name: compiler-rt Version: %{compiler_rt_version}%{?rc_ver:~rc%{rc_ver}} -Release: 3%{?dist} +Release: 4%{?dist} Summary: LLVM "compiler-rt" runtime libraries License: Apache-2.0 WITH LLVM-exception OR NCSA OR MIT @@ -111,6 +116,9 @@ popd %endif %changelog +* Wed Feb 01 2023 Tom Stellard - 15.0.7-4 +- Omit frame pointers when building + * Thu Jan 19 2023 Tulio Magno Quites Machado Filho - 15.0.7-3 - Include the Apache license adopted in 2019.