]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- use dwarf-3 for debuginfo now (TODO: test and bump to dwarf-4 for gdb-7.1+).
authorPaweł Sikora <pluto@pld-linux.org>
Sat, 22 May 2010 10:19:37 +0000 (10:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-macros.patch -> 1.41.2.4.2.4

rpm-macros.patch

index 9272fc6e48ffa6807989e930662ad0c117a99fdb..c3785e9a5a31563b253421aeb4694b0c9bd07ca0 100644 (file)
 +#-----------------------------------------------------------------
 +# CFLAGS and LDFLAGS used to build
 +
-+%debuginfocflags      %{expand:%%define __dic_%{?_enable_debug_packages} 1}%{?__dic_1: -gdwarf-2 -g2}%{expand:%%undefine __dic_%{?_enable_debug_packages}}
++%debuginfocflags      %{expand:%%define __dic_%{?_enable_debug_packages} 1}%{?__dic_1: -gdwarf-3 -g2}%{expand:%%undefine __dic_%{?_enable_debug_packages}}
 +# -feliminate-dwarf2-dups disabled until PR ld/3290 is fixed.
 +
 +%debugcflags  -O0 -g -Wall
This page took 0.760894 seconds and 4 git commands to generate.