#55 Omit frame pointers when building
Merged a year ago by tuliom. Opened a year ago by tstellar.
rpms/ tstellar/compiler-rt frame-pointers  into  rawhide

file modified
+9 -1
@@ -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 @@ 

  %endif

  

  %changelog

+ * Wed Feb 01 2023 Tom Stellard <tstellar@redhat.com> - 15.0.7-4

+ - Omit frame pointers when building

+ 

  * Thu Jan 19 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 15.0.7-3

  - Include the Apache license adopted in 2019.

  

no initial comment

Build succeeded.

rebased onto 95993ba

a year ago

Build succeeded.

Pull-Request has been merged by tuliom

a year ago
Metadata