]> mj.ucw.cz Git - libucw.git/commit
Config: Split CONFIG_UCW_DEBUG off CONFIG_DEBUG
authorMartin Mares <mj@ucw.cz>
Sat, 11 Feb 2012 18:48:53 +0000 (19:48 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 11 Feb 2012 18:48:53 +0000 (19:48 +0100)
commit46cc4c535c415023e8b7ca657656af7d4be6ce42
tree696232a96a6168892ec0290fa6f680320863f1e7
parentf293e9b1ad17cd23be0efd76d822a0c0dd2f9b1d
Config: Split CONFIG_UCW_DEBUG off CONFIG_DEBUG

CONFIG_DEBUG controls the build system,
CONFIG_UCW_DEBUG gets embedded in the library.

Turning CONFIG_DEBUG in programs using LibUCW can influence
ASSERTs and other debugging constructs in the headers, but
not presence of debugging code in the library.
ucw/bigalloc.c
ucw/conf-input.c
ucw/getopt.h
ucw/mainloop.c
ucw/mainloop.h
ucw/perl/UCW/Configure/LibUCW.pm