From 27b37eaa3997791c32ffc361ba90ba2323bd75de Mon Sep 17 00:00:00 2001 From: Radek Kaczorek Date: Sat, 1 Feb 2020 13:13:46 +0100 Subject: [PATCH] Debug mode on --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index aee2b17..76aeeae 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,8 @@ include /usr/share/cdbs/1/class/cmake.mk DEB_SRCDIR=astroberry-piface DEB_DH_SHLIBDEPS_ARGS=-u--ignore-missing-info +DEB_CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE=Debug + NO_CPUS=$(shell nproc) ifeq ($(NO_CPUS),0) NO_CPUS=1