View | Details | Raw Unified
Collapse All | Expand All

(-) Makefile.orig (-1 / +1 lines)
 Lines 8-14    Link Here 
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
  CFLAGS += -O0
  CFLAGS += -O0
else
else
  CFLAGS += -O2
  CFLAGS += $(EXTRAFLAGS)
endif
endif
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
  LDFLAGS += -s
  LDFLAGS += -s