#!/usr/bin/make -f

%:
	dh $@ -Scmake+ninja

override_dh_auto_configure:
	dh_auto_configure -- \
	-D CMAKE_BUILD_TYPE=RelWithDebInfoWithDebInfo \
	-D BUILD_SHARED_LIBS=ON \
	-D USE_LTO=1

override_dh_auto_test:
