]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- optimize dwarf-2 debuginfo.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 12 Sep 2006 08:38:09 +0000 (08:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-macros.patch -> 1.30

rpm-macros.patch

index 1fc165d4487a0e41590c03ce91926afdd2b715b9..ec86e8e146e1d7af81440844e87055276daf2620 100644 (file)
@@ -44,7 +44,7 @@ diff -Nur rpm-4.4.6.orig/macros.in rpm-4.4.6.macros/macros.in
 +#-----------------------------------------------------------------
 +# CFLAGS and LDFLAGS used to build
 +
-+%debuginfocflags      %{expand:%%define __dic_%{?_enable_debug_packages} 1}%{?__dic_1: -ggdb}%{expand:%%undefine __dic_%{?_enable_debug_packages}}
++%debuginfocflags      %{expand:%%define __dic_%{?_enable_debug_packages} 1}%{?__dic_1: -gdwarf-2 -g2 -feliminate-dwarf2-dups}%{expand:%%undefine __dic_%{?_enable_debug_packages}}
 +
 +%debugcflags  -O0 -g -Wall
 +%optldflags   -Wl,--as-needed
This page took 0.049668 seconds and 4 git commands to generate.