#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

%:
	dh $@

#
# Beware, fail to build with distcc
#

override_dh_auto_configure:
	dh_auto_configure -- \
	-Dsystem_luajit=true \
	-Denable_update_checker=false

##	-Db_pch=false \

#	exit 1
