#!/usr/bin/make -f

DEB_CFLAGS_APPEND:= -Wl,--as-needed

%:
	dh $@

