INSTALL: Fix documentation for assert configure options.
This commit is contained in:
parent
88c478c2d2
commit
566df88ff7
1 changed files with 5 additions and 3 deletions
8
INSTALL
8
INSTALL
|
@ -65,9 +65,11 @@
|
|||
|
||||
*
|
||||
|
||||
--disable-assert - Disable some of the debugging code. This
|
||||
should be used on all production servers for maximum speed and to
|
||||
prevent cores from things that shouldn't normally happen.
|
||||
--enable-assert[=OPTION] - Enable some debugging code. OPTION is
|
||||
either 'soft' or 'hard' (default: hard). 'hard' should never be
|
||||
used on production servers as it may generate unnecessary cores.
|
||||
'soft' prevents cores from being generated but still imposes some
|
||||
additional load.
|
||||
|
||||
*
|
||||
|
||||
|
|
Loading…
Reference in a new issue