X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/1115a7a5863ff738de9888e18a09d4b22267ebe5..f6b62c59bbb8bfe433b237c9237dfc427880ec6b:/INSTALL diff --git a/INSTALL b/INSTALL index cc6c7825..c11e942d 100644 --- a/INSTALL +++ b/INSTALL @@ -17,7 +17,7 @@ 1. Read the NEWS file to find out about the exciting new features in - this version. Other good reads are BUGS, doc/example.conf, and + this version. Other good reads are BUGS, doc/ircd.conf.example, and README.FIRST. 2. @@ -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. *