#!/usr/bin/make -f # reduce risk of out-of-memory issues during build for weak arches ifneq (,$(filter $(DEB_HOST_ARCH),armel armhf)) export RUSTFLAGS += -C debuginfo=1 endif %: dh $@