Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 70 → Rev 71

/trunk/debian/rules
33,13 → 33,13
 
CFARGSEXTRA = --with-cdebug
 
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
CFARGSEXTRA += --without-copt
else
CFARGSEXTRA += --with-copt
endif
 
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
CFARGSEXTRA += --with-rtldebug
else
CFARGSEXTRA += --without-rtldebug
51,7 → 51,7
CFLAGS_EXTRA += -ffunction-sections
endif
 
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
endif