--- Makefile.orig 2005-01-27 21:42:38.157601488 +0100 +++ Makefile 2005-01-27 21:43:02.237362499 +0100 @@ -8,7 +8,7 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else - CFLAGS += -O2 + CFLAGS += $(EXTRAFLAGS) endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) LDFLAGS += -s