From 566df88ff752023f857d3d1dd40c7885b103e828 Mon Sep 17 00:00:00 2001 From: Keith Buck Date: Wed, 27 Nov 2013 09:23:20 +0000 Subject: [PATCH] INSTALL: Fix documentation for assert configure options. --- INSTALL | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index cc6c7825f..84889aeaf 100644 --- a/INSTALL +++ b/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. *