mirror_zfs/lib
Brian Behlendorf 3c208a5480 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>
2012-02-27 14:24:22 -08:00
..
.gitignore sun-misc-gitignore 2010-01-08 09:37:54 -08:00
list.c Public Release Prep 2010-05-17 15:18:00 -07:00
list.h Public Release Prep 2010-05-17 15:18:00 -07:00
Makefile.am Build system update 2009-02-12 14:45:22 -08:00
Makefile.in Cleanly support debug packages 2012-02-27 14:24:22 -08:00