Rev 52 | Rev 54 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 52 | Rev 53 | ||
|---|---|---|---|
| Line 19... | Line 19... | ||
| 19 | ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) | 19 | ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) | 
| 20 | CFLAGS += -O0 | 20 | CFLAGS += -O0 | 
| 21 | else | 21 | else | 
| 22 | CFLAGS += -O2 | 22 | CFLAGS += -O2 | 
| 23 | endif | 23 | endif | 
| 24 | ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) | 24 | ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS))) | 
| 25 | INSTALL_PROGRAM += -s | 25 | INSTALL_PROGRAM += -s | 
| 26 | endif | 26 | endif | 
| 27 | 27 | ||
| 28 | config.status: ${DPATCH_STAMPFN} configure
 | 28 | config.status: ${DPATCH_STAMPFN} configure
 | 
| 29 | dh_testdir | 29 | dh_testdir |