#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# doesn't work if we allow flto
export DEB_CFLAGS_MAINT_APPEND  = -fno-lto
export PKG_CONFIG_PATH=/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/

%:
	dh $@

