INSTALL: Fix documentation for assert configure options.

This commit is contained in:
Keith Buck 2013-11-27 09:23:20 +00:00
parent 88c478c2d2
commit 566df88ff7

View file

@ -65,9 +65,11 @@
* *
--disable-assert - Disable some of the debugging code. This --enable-assert[=OPTION] - Enable some debugging code. OPTION is
should be used on all production servers for maximum speed and to either 'soft' or 'hard' (default: hard). 'hard' should never be
prevent cores from things that shouldn't normally happen. used on production servers as it may generate unnecessary cores.
'soft' prevents cores from being generated but still imposes some
additional load.
* *