#!/usr/bin/make -f

export DEB_CFLAGS_MAINT_APPEND  = -flto=auto
export DEB_CXXFLAGS_MAINT_APPEND  = -flto=auto


%:
	dh $@ -Spybuild

