#!/usr/bin/make -f

ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
	CFLAGS += -O0
endif

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --enable-static=no
