diff --git a/debian/rules b/debian/rules index 0ad97205..4b996591 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,7 @@ else DEB_PARALLEL_JOBS += $(shell getconf _NPROCESSORS_ONLN) endif +$(info Building with DEB_BUILD_OPTIONS: [${DEB_BUILD_OPTIONS}]) MAKE_TARGETS="all" ifneq (,$(filter nodocs,$(DEB_BUILD_OPTIONS))) MAKE_TARGETS += " doc"