#!/usr/bin/make -f

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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
	dh $@
