diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-08-02 10:39:35 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-08-02 10:39:35 +0000 |
commit | 97555126baa2a3e72769c388049e6f3e7d39cf54 (patch) | |
tree | c4a546fa69eb4654364d12d4815f96cd58e48f75 | |
parent | 7f21de15fa24e29c588796ac8952f3098273ed7e (diff) | |
download | rpm-setup-97555126baa2a3e72769c388049e6f3e7d39cf54.tar rpm-setup-97555126baa2a3e72769c388049e6f3e7d39cf54.tar.gz rpm-setup-97555126baa2a3e72769c388049e6f3e7d39cf54.tar.bz2 rpm-setup-97555126baa2a3e72769c388049e6f3e7d39cf54.tar.xz rpm-setup-97555126baa2a3e72769c388049e6f3e7d39cf54.zip |
enable including mini debuginfo in binaries
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | build.macros.in | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ - drop very old rpmbuild aliases on rpm which warns about being deprecated for quite a long time +- enable including mini debuginfo in binaries Version 1.154 - 31 Jul 2012, by Thierry Vignaud - drop unused brp-compress (obsoleted by spec-helper 4 years ago) diff --git a/build.macros.in b/build.macros.in index fc10155..f5debdb 100644 --- a/build.macros.in +++ b/build.macros.in @@ -158,7 +158,7 @@ GCONF_CONFIG_SOURCE=`%{_gconftool_bin} --get-default-source` %{_gconftool_bin} - # Include minimal debug information in build binaries. # Requires _enable_debug_packages. # -#%_include_minidebuginfo 0 +%_include_minidebuginfo 1 #------------------------------------------------------------------------------ # definions merged from manbo-setup-build |