#!/usr/bin/make -f

#this package don't work with flto
export DEB_CFLAGS_MAINT_APPEND  = -fno-lto

%:
	dh $@

