#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export CC=gcc-14
export CXX=g++-14

%:
	dh $@
