#!/usr/bin/make -f
export DH_VERBOSE=1
export DEB_BUILD_OPTIONS += noautodbgsym
export CONFIG=Release$(shell dpkg-architecture -qDEB_BUILD_ARCH_BITS)
export CXXFLAGS += -std=c++17

%:
	dh $@ -DProjects/LinuxMakefile
