#!/usr/bin/make -f

%:
	dh $@ -Scmake -Bbuild

override_dh_auto_configure:
	dh_auto_configure -- \
	-DBUILD_SHARED_LIBS=ON \
	-DCMAKE_BUILD_TYPE=RelWithDebInfo \
	-DWHISPER_FFMPEG=ON \
	-DWHISPER_USE_SYSTEM_GGML=ON

#	exit 1

override_dh_auto_test:
# The following tests FAILED:
#	 10 - test-vad (SEGFAULT) unit
#	 11 - test-vad-full (SEGFAULT)
