[opensuse-buildservice] debuginfo packages
Hi, why is -g removed from optflags within the buildservice? This broke my debuginfo packages silently :-( Can I expect it back sometime soon or do I have to tweak the spec? Wolfgang --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Tue, Jan 09, 2007 at 07:01:19PM +0100, Wolfgang Rosenauer wrote:
why is -g removed from optflags within the buildservice? This broke my debuginfo packages silently :-( Can I expect it back sometime soon or do I have to tweak the spec?
We never built with "-g" (except for some days where we had a configuartion error). "-g" makes packages much too big. Having said this, automatic debuginfo package generation would be a nice thing to have (on distributions that support this). For now, please add "-g" to the optflags. Cheers, Michael -- Michael Schroeder mls@suse.de main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Hi, Michael Schroeder wrote:
On Tue, Jan 09, 2007 at 07:01:19PM +0100, Wolfgang Rosenauer wrote:
why is -g removed from optflags within the buildservice? This broke my debuginfo packages silently :-( Can I expect it back sometime soon or do I have to tweak the spec?
We never built with "-g" (except for some days where we had a configuartion error). "-g" makes packages much too big.
yes, but w/o -g makes packages hard to debug ;-) I have to admit that I haven't really checked debuginfo creation before.
For now, please add "-g" to the optflags.
Thanks, I hope it's ok to have some of those big packages :-) Wolfgang --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
Michael Schroeder
-
Wolfgang Rosenauer