Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 53 → Rev 54

/trunk/debian/rules
16,7 → 16,7
CFLAGS = -Wall -g
LDFLAGS = -Wl,--as-needed
 
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
else
CFLAGS += -O2
44,7 → 44,7
 
# Add here commands to compile the package.
$(MAKE) MAKEINFO='makeinfo --enable-encoding'
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
$(MAKE) check
endif