]> git.proxmox.com Git - mirror_spl.git/commit - config/spl-build.m4
Cleanly support debug packages
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 27 Feb 2012 18:42:07 +0000 (10:42 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 27 Feb 2012 22:24:22 +0000 (14:24 -0800)
commit3c208a5480960c9610676dbabeee35fd8b8bb3d8
treecc3ebd553d4f6f1f44bc9541a13b26c95e96f486
parentfeedc4360114941021ff0053a8f979235dd673da
Cleanly support debug packages

Allow a source rpm to be rebuilt with debugging enabled.  This
avoids the need to have to manually modify the spec file.  By
default debugging is still largely disabled.  To enable specific
debugging features use the following options with rpmbuild.

  '--with debug'               - Enables ASSERTs
  '--with debug-log'           - Enables the internal debug log
  '--with debug-kmem'          - Enables basic memory accounting
  '--with debug-kmem-tracking' - Enables detailed memory tracking

  # For example:
  $ rpmbuild --rebuild --with debug spl-modules-0.6.0-rc6.src.rpm

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Makefile.in
cmd/Makefile.in
config/rpm.am
config/spl-build.m4
configure
include/Makefile.in
lib/Makefile.in
scripts/Makefile.in
spl-modules.spec.in