btrfs-progs: build: add support for debugging builds
authorDavid Sterba <dsterba@suse.com>
Thu, 12 May 2016 12:13:30 +0000 (14:13 +0200)
committerDavid Sterba <dsterba@suse.com>
Wed, 1 Jun 2016 12:56:56 +0000 (14:56 +0200)
commit2e8b5209c8f4efebfb51cf0165ced9e967394765
tree7b03f834a9b5bac247b1c44c5855dd2d72d36d23
parentbd2cc320aff5789fe4034736fa6da8b4ebae475f
btrfs-progs: build: add support for debugging builds

Add an easy way to build a debugging version, without optimizations and
with debugging info by default. Any overrides can be done via
DEBUG_CFLAGS that are added on top of the defaults. Can be combined with
V, C or W options.

Usage:
  $ make D=1

Signed-off-by: David Sterba <dsterba@suse.com>
Makefile.in