#!/usr/bin/make -f

LDFLAGS += -Wl,-O1 -Wl,--as-needed

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

%:
	dh $@  --parallel --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --enable-debug
