allow a MAX_DEBUG_LEVEL setting in local.h (or the Makefile)
authorAndrew Tridgell <tridge@samba.org>
Thu, 6 Dec 2001 07:17:25 +0000 (07:17 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 6 Dec 2001 07:17:25 +0000 (07:17 +0000)
commit94dd5cded7921da779fdeffe0e829eaaf2f4984d
tree053674765d211d4a427091ccaf3d178d9dd7d030
parentd412f66cd82d8b14c8bd8d97f0235296bc8b2d23
allow a MAX_DEBUG_LEVEL setting in local.h (or the Makefile)

This allows embedded systems to compile out the higher debug
levels. It should gain speed as well as reducing the code
size. Setting it to 1 saves about 300k of code on my system.
(This used to be commit f34cac3b312f273a2363919655ddd1e25cb91305)
source3/include/debug.h
source3/include/local.h