[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Environment variables, debian/rules and dpkg-buildpackage



On Sat, Mar 14, 2009 at 02:30:59AM -0500, Manoj Srivastava wrote:
> ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
>   STRIP   += -s
>   LDFLAGS += -s
>   INT_INSTALL_TARGET = install 
> else
>   INT_INSTALL_TARGET = install
> endif

I doubt dpkg-buildpackage sets LDFLAGS to -s. That would mean all
sources building -dbg binary packages would need to override this, which
is not the case.

Mike


Reply to: