Mailinglist Archive: opensuse-packaging (47 mails)
| < Previous | Next > |
Re: [opensuse-packaging] Stripping executables
- From: Marcus Rueckert <darix@xxxxxxxxx>
- Date: Fri, 26 Sep 2008 00:29:08 +0200
- Message-id: <20080925222908.GK27978@xxxxxxxxxxxxxxxxxxxxxxx>
On 2008-09-23 22:05:06 +0200, Michael Behrisch wrote:
you can enable debuginfo packages for your project
[[[
<debuginfo>
<enable/>
</debuginfo>
]]]
osc meta prj -e yourproject
and add this block above the first <repository> block (without the [[[]]])
that will strip the binaries and create additional packages for easier
debugging.
hth
darix
--
openSUSE - SUSE Linux is my linux
openSUSE is good for you
www.opensuse.org
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
Now, what can I do to strip my executables before packaging them?
Do I have to call strip by hand or I am just overlooking something?
you can enable debuginfo packages for your project
[[[
<debuginfo>
<enable/>
</debuginfo>
]]]
osc meta prj -e yourproject
and add this block above the first <repository> block (without the [[[]]])
that will strip the binaries and create additional packages for easier
debugging.
hth
darix
--
openSUSE - SUSE Linux is my linux
openSUSE is good for you
www.opensuse.org
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |