5
5
# Uncomment this to turn on verbose mode.
11
8
# These are used for cross-compiling and for saving the configure script
12
9
# from having to guess our platform (since we know it already)
13
10
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
14
11
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
16
14
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))