[Libreoffice] [PATCH] Honor --disable-strip in gbuild.

2011-09-06 Thread Stephan Bergmann
Unlike the old dmake build system, solenv/gbuild/platform/unxgcc.mk sets -Wl,--strip-all depending on --enable-symbols only, and ignores --disable-strip altogether. Attached patch fixes that. (To avoid confusion: I recently switched my git email address, but my contributions are still under

Re: [Libreoffice] [PATCH] Honor --disable-strip in gbuild.

2011-09-06 Thread Norbert Thiebaud
On Tue, Sep 6, 2011 at 2:51 AM, Stephan Bergmann sberg...@redhat.com wrote: Unlike the old dmake build system, solenv/gbuild/platform/unxgcc.mk sets -Wl,--strip-all depending on --enable-symbols only, and ignores --disable-strip altogether.  Attached patch fixes that. doesn't that also apply

Re: [Libreoffice] [PATCH] Honor --disable-strip in gbuild.

2011-09-06 Thread Stephan Bergmann
On 09/06/2011 09:58 AM, Norbert Thiebaud wrote: On Tue, Sep 6, 2011 at 2:51 AM, Stephan Bergmannsberg...@redhat.com wrote: Unlike the old dmake build system, solenv/gbuild/platform/unxgcc.mk sets -Wl,--strip-all depending on --enable-symbols only, and ignores --disable-strip altogether.