#!/usr/bin/make -f

ifneq (,$(filter noopt,$(DEB_BUILD_OPTS)))
CFLAGS += -O0
endif

%:
	dh $@
